Uses of Class
com.authlete.common.dto.ClientExtension
-
Packages that use ClientExtension Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ClientExtension in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientExtension Modifier and Type Method Description ClientExtensionClient. getExtension()Get the extended information about this client.ClientExtensionClientExtension. setAccessTokenDuration(long duration)Set the value of the duration of access tokens per client in seconds.ClientExtensionClientExtension. setRefreshTokenDuration(long duration)Set the value of the duration of refresh tokens per client in seconds.ClientExtensionClientExtension. setRequestableScopes(String[] scopes)Set the set of scopes that this client application can request when "Requestable Scopes per Client" is enabled (= whenisRequestableScopesEnabled()returnstrue).ClientExtensionClientExtension. setRequestableScopes(Set<String> scopes)Set the set of scopes that this client application can request when "Requestable Scopes per Client" is enabled (= whenisRequestableScopesEnabled()returnstrue).ClientExtensionClientExtension. setRequestableScopesEnabled(boolean enabled)Enable or disable "Requestable Scopes per Client".ClientExtensionClientExtension. setTokenExchangePermitted(boolean permitted)Set the flag indicating whether the client is explicitly given a permission to make token exchange requests (cf. RFC 8693).Methods in com.authlete.common.dto with parameters of type ClientExtension Modifier and Type Method Description ClientClient. setExtension(ClientExtension extension)Set the extended information about this client.
-