IGPAPI
    Preparing search index...

    Interface RecoveryCodeVerifyResponse

    interface RecoveryCodeVerifyResponse {
        login_nonce: string;
        recovery_handle: string;
        status: string;
        users: RecoveryCodeVerifyResponseUser[];
    }
    Index

    Properties

    login_nonce: string
    recovery_handle: string
    status: string