TenantClient
No description
type TenantClient {
id: ID!
name: String!
environment: Environment!
url: LenientURL!
redirectUrls: [LenientURL!]!
allowedGrantTypes: [String!]!
allowedScopes: [Scope!]!
identityTokenLifetime: Int!
accessTokenLifetime: Int!
authorizationCodeLifetime: Int!
absoluteRefreshTokenLifetime: Int!
slidingRefreshTokenLifetime: Int!
refreshTokenUsage: Int!
countryCodes: [CountryCode!]!
}
Fields
TenantClient.id ● ID! non-null scalar
TenantClient.name ● String! non-null scalar
TenantClient.environment ● Environment! non-null enum
TenantClient.url ● LenientURL! non-null scalar
The url from which the client will be used.
TenantClient.redirectUrls ● [LenientURL!]! non-null scalar
A set of allowlisted redirect urls.
TenantClient.allowedGrantTypes ● [String!]! non-null scalar
set of allowed grant types.
TenantClient.allowedScopes ● [Scope!]! non-null enum
The scopes the client will be restricted to.
TenantClient.identityTokenLifetime ● Int! non-null scalar
TenantClient.accessTokenLifetime ● Int! non-null scalar
TenantClient.authorizationCodeLifetime ● Int! non-null scalar
TenantClient.absoluteRefreshTokenLifetime ● Int! non-null scalar
TenantClient.slidingRefreshTokenLifetime ● Int! non-null scalar
TenantClient.refreshTokenUsage ● Int! non-null scalar
TenantClient.countryCodes ● [CountryCode!]! non-null scalar
The countries that are enabled for the client.