removeWebAuthNAuthenticator method

ResponseFuture<RemoveWebAuthNAuthenticatorResponse> removeWebAuthNAuthenticator(
  1. RemoveWebAuthNAuthenticatorRequest request, {
  2. CallOptions? options,
})

Remove a WebAuthN authenticator

Remove an existing WebAuthN authenticator from a user, so it cannot be used for authentication anymore.

Implementation

$grpc.ResponseFuture<$0.RemoveWebAuthNAuthenticatorResponse>
    removeWebAuthNAuthenticator(
  $0.RemoveWebAuthNAuthenticatorRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeWebAuthNAuthenticator, request,
      options: options);
}