TokenCredentialsPropertiesResponse

data class TokenCredentialsPropertiesResponse(val certificates: List<TokenCertificateResponse>? = null, val passwords: List<TokenPasswordResponse>? = null)

The properties of the credentials that can be used for authenticating the token.

Constructors

Link copied to clipboard
constructor(certificates: List<TokenCertificateResponse>? = null, passwords: List<TokenPasswordResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard