getAuthnDescriptor_Pre method

Future<GetAuthnDescriptorResponse> getAuthnDescriptor_Pre(
  1. ServiceCall call,
  2. Future<GetAuthnDescriptorRequest> request
)

Implementation

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