removeOTPEmailAuthenticator method
ResponseFuture<RemoveOTPEmailAuthenticatorResponse>
removeOTPEmailAuthenticator(
- RemoveOTPEmailAuthenticatorRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.RemoveOTPEmailAuthenticatorResponse> removeOTPEmailAuthenticator($0.RemoveOTPEmailAuthenticatorRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeOTPEmailAuthenticator, request, options: options);
}