Type alias resetPasswordBodyType
resetPasswordBodyType: {
channel_id: string;
client_id: string;
code_verifier: string;
hint?: string;
new_password?: string;
pwd_action_token: string;
}
Type declaration
-
channel_id: string
-
client_id: string
-
code_verifier: string
-
Optional
hint?: string
-
Optional
new_password?: string
-
pwd_action_token: string