Type alias getPasswordLessAccessTokenBodyType
getPasswordLessAccessTokenBodyType: {
client_id?: string;
code_verifier?: string;
grant_type: string;
hint: string;
pwdless_login_token: string;
}
Type declaration
-
Optional
client_id?: string
-
Optional
code_verifier?: string
-
grant_type: string
-
hint: string
-
pwdless_login_token: string