Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
data class ClientInfoPolicy(val id: String?, val webSDKOptions: ClientInfoPolicy.WebOptions?, val registrationEmails: List<String>?, val registrationEmailPolicyMode: String?, val receiptEmailDomainPolicyMode: String?, val credentialTypePolicyMode: String?, val featurePolicyMode: String?, val features: List<String>?, val credentialTypes: List<String>?, val receiptEmailDomainsAndAliases: List<ClientInfoPolicy.ReceiptEmailDomainsAndAliases>?)
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.