getAuthApplication method

ResponseFuture<GetAuthApplicationResponse> getAuthApplication(
  1. GetAuthApplicationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.GetAuthApplicationResponse> getAuthApplication($11.GetAuthApplicationRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAuthApplication, request, options: options);
}