Represents the response from requesting a login OTP.

interface RequestLoginOTPResponse {
    description: string;
    session: string;
    status: string;
}

Hierarchy (View Summary)

Properties

description: string
session: string
status: string