ClientInfo

data class ClientInfo(val clientID: String?, val name: String?, val type: String?, val status: String?, val key: String?, val redirectURI: String?, val policies: List<ClientInfoPolicy>?, val accessTokenExpiry: OffsetDateTime?)

Some fields present in the DTO will not be modeled in this layer, either because there are unused properties that cause confusion, or unused properties that are overly complicated to model.

Ignored fields:

  • authenticationSettings

  • notificationSettings

  • providerIDs

See also

Constructors

Link copied to clipboard
constructor(clientID: String?, name: String?, type: String?, status: String?, key: String?, redirectURI: String?, policies: List<ClientInfoPolicy>?, accessTokenExpiry: OffsetDateTime?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String?
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?