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