Interface ChallengeRepositoryStateResponseStepData

interface ChallengeRepositoryStateResponseStepData {
    big_blue_token: string;
    choice: string;
    contact_point: string;
    email: string;
    fb_access_token: string;
    form_type: string;
    google_oauth_token: string;
    resend_delay: number;
    security_code: string;
}

Properties

big_blue_token: string
choice: string
contact_point: string
email: string
fb_access_token: string
form_type: string
google_oauth_token: string
resend_delay: number
security_code: string