Interface SuspendedChallengeResponse

interface SuspendedChallengeResponse {
    challenge: SuspendedChallengeResponseChallenge;
    message: string;
    status: string;
}

Properties

message: string
status: string