Interface StytchOtpAuthenticateOptions

interface StytchOtpAuthenticateOptions {
    accessToken: string;
    userId?: string;
}

Hierarchy (view full)

Properties

Properties

accessToken: string
userId?: string