AuthConfigDecryptedCredentialAuthToken

data class AuthConfigDecryptedCredentialAuthToken(val token: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(token: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val token: String? = null

The token for the auth type.

Link copied to clipboard
val type: String? = null

Authentication type, e.g. "Basic", "Bearer", etc.