Type alias Challenge

Challenge: {
    challenge: string;
    message: string;
    session: string;
}

Type declaration

  • challenge: string

    Challenge code, a unique identifier for the type of challenge

  • message: string

    Message to display to the user

  • session: string

    Session token to use in the challenge response