removeMyAuthFactorOTPEmail method
ResponseFuture<RemoveMyAuthFactorOTPEmailResponse>
removeMyAuthFactorOTPEmail(
- RemoveMyAuthFactorOTPEmailRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.RemoveMyAuthFactorOTPEmailResponse> removeMyAuthFactorOTPEmail($2.RemoveMyAuthFactorOTPEmailRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeMyAuthFactorOTPEmail, request, options: options);
}