removeTOTPAuthenticator method

ResponseFuture<RemoveTOTPAuthenticatorResponse> removeTOTPAuthenticator(
  1. RemoveTOTPAuthenticatorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RemoveTOTPAuthenticatorResponse> removeTOTPAuthenticator($0.RemoveTOTPAuthenticatorRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeTOTPAuthenticator, request, options: options);
}