Auth Trusted Entity Credential Creation Request
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.
Constructors
Link copied to clipboard
constructor(entityType: AuthTrustedEntityCredentialType, entityKey: String, entityDescription: String? = null)