verifyTOTPRegistration method
ResponseFuture<VerifyTOTPRegistrationResponse>
verifyTOTPRegistration(
- VerifyTOTPRegistrationRequest request, {
- CallOptions? options,
Verify a TOTP generator for a user
Verify the TOTP registration with a generated code..
Implementation
$grpc.ResponseFuture<$0.VerifyTOTPRegistrationResponse>
verifyTOTPRegistration(
$0.VerifyTOTPRegistrationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$verifyTOTPRegistration, request,
options: options);
}