getAppByID method
ResponseFuture<GetAppByIDResponse>
getAppByID(
- GetAppByIDRequest request, {
- CallOptions? options,
Get Application By ID
Deprecated: Use GetApplication instead to fetch an app
Get an application of any type (OIDC, API, SAML).
Implementation
$grpc.ResponseFuture<$0.GetAppByIDResponse> getAppByID(
$0.GetAppByIDRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getAppByID, request, options: options);
}