Token Credentials Properties Response
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)