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