validateLoginChallenge method
- AuthPublicRequest request,
- {CallOptions? options}
Implementation
$grpc.ResponseFuture<$0.AuthPublicResponse> validateLoginChallenge(
$0.AuthPublicRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$validateLoginChallenge, request,
options: options);
}