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

Properties

Properties

accessToken?: string
userId: string