getAuthApplication method

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

Implementation

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