Package-level declarations

Types

Link copied to clipboard
data class AuthTrustedEntityCredential(val id: String, val entityType: AuthTrustedEntityCredentialType, val entityKey: String, val entityDescription: String?, val creationTime: Calendar, val updatedTime: Calendar, val lastUsedTime: Calendar?)

Data class representing a specific authentication credential for the TRUSTED_ENTITY authentication method.

data class AuthTrustedEntityCredentialCreationRequest(val entityType: AuthTrustedEntityCredentialType, val entityKey: String, val entityDescription: String? = null)

Data class representing a specific request for creating the TRUSTED_ENTITY authentication credential.

Data class representing a specific request for deleting the TRUSTED_ENTITY authentication credential.

Link copied to clipboard

Data class representing a list of trusted entity credentials.

Link copied to clipboard

Enum class representing the type of the trusted entity associated with this authentication credential

Link copied to clipboard

Data class representing the response of a delete trusted entity credential operation.