removeTOTP method

ResponseFuture<RemoveTOTPResponse> removeTOTP(
  1. RemoveTOTPRequest request, {
  2. CallOptions? options,
})

Remove TOTP generator from a user

Remove the configured TOTP generator of a user. As only one TOTP generator per user is allowed, the user will not have TOTP as a second factor afterward.

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.RemoveTOTPResponse> removeTOTP(
  $0.RemoveTOTPRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeTOTP, request, options: options);
}