interface StytchOtpProviderOptions {
    appId: string;
    userId?: string;
}

Properties

Properties

appId: string
userId?: string