removeOTPEmail method
ResponseFuture<RemoveOTPEmailResponse>
removeOTPEmail(
- RemoveOTPEmailRequest request, {
- CallOptions? options,
Remove One-Time Password (OTP) Email from a user
Remove the configured One-Time Password (OTP) Email factor of a user. As only one OTP Email per user is allowed, the user will not have OTP Email as a second factor afterward.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.RemoveOTPEmailResponse> removeOTPEmail(
$0.RemoveOTPEmailRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeOTPEmail, request, options: options);
}