Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BackendClientCreateParams

BackendClientCreateParams: BaseClientCreateParams & BackendClientConfig

BackendClientUpdateParams

BackendClientUpdateParams: BaseClientUpdateParams & BackendClientConfig

Client

ClientCreateParams

ClientId

ClientId: Opaque<ResourceId, "ClientId">

ClientUpdateParams

FrontendClientCreateParams

FrontendClientCreateParams: BaseClientCreateParams & FrontendClientConfig

FrontendClientUpdateParams

FrontendClientUpdateParams: BaseClientUpdateParams & FrontendClientConfig

ListClientsFilter

ListClientsFilter: Partial<{ appId: AppId; creator: IdentityId }>

PODBackendClient

PODBackendClient: PODBaseClient & Readonly<{ postLogoutRedirectUris: string[]; publicKeys: PublicJWK[]; redirectUris: string[]; type: Backend }>

PODBaseClient

PODBaseClient: Readonly<PODModel & { appId: ResourceId; creator: ResourceId; name: string; type: ClientType }>

PODClient

PODFrontendClient

PODFrontendClient: PODBaseClient & Readonly<{ postLogoutRedirectUris: string[]; redirectUris: string[]; type: Frontend }>

PODServiceClient

PODServiceClient: PODBaseClient & Readonly<{ publicKeys: PublicJWK[]; type: Service }>

ServiceClientCreateParams

ServiceClientCreateParams: BaseClientCreateParams & ServiceClientConfig

ServiceClientUpdateParams

ServiceClientUpdateParams: BaseClientUpdateParams & ServiceClientConfig

Generated using TypeDoc