getAuthnDescriptor_Pre method
Future<GetAuthnDescriptorResponse>
getAuthnDescriptor_Pre(
- ServiceCall call,
- Future<
GetAuthnDescriptorRequest> request
Implementation
$async.Future<$0.GetAuthnDescriptorResponse> getAuthnDescriptor_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetAuthnDescriptorRequest> request) async {
return getAuthnDescriptor(call, await request);
}