validateLoginChallenge_Pre method
- ServiceCall call,
- Future<
AuthPublicRequest> request
Implementation
$async.Future<$0.AuthPublicResponse> validateLoginChallenge_Pre(
$grpc.ServiceCall call,
$async.Future<$0.AuthPublicRequest> request) async {
return validateLoginChallenge(call, await request);
}