verifyTOTPRegistration method
ResponseFuture<VerifyTOTPRegistrationResponse>
verifyTOTPRegistration(
- VerifyTOTPRegistrationRequest request, {
- CallOptions? options,
Verify a TOTP generator for a user
Verify the TOTP registration with a generated code.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.VerifyTOTPRegistrationResponse>
verifyTOTPRegistration(
$0.VerifyTOTPRegistrationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$verifyTOTPRegistration, request,
options: options);
}