removeWebAuthNAuthenticator method
ResponseFuture<RemoveWebAuthNAuthenticatorResponse>
removeWebAuthNAuthenticator(
- RemoveWebAuthNAuthenticatorRequest request, {
- 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);
}