removeHumanAuthFactorU2F method
ResponseFuture<RemoveHumanAuthFactorU2FResponse>
removeHumanAuthFactorU2F(
- RemoveHumanAuthFactorU2FRequest request, {
- CallOptions? options,
Remove Multi-Factor U2F
Deprecated: use user service v2 RemoveU2F instead.
Remove the configured Universal Second Factor (U2F) as a factor from the user. U2F is a device-dependent factor like FingerPrint, Windows-Hello, etc.
Implementation
$grpc.ResponseFuture<$0.RemoveHumanAuthFactorU2FResponse>
removeHumanAuthFactorU2F(
$0.RemoveHumanAuthFactorU2FRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeHumanAuthFactorU2F, request,
options: options);
}