ApiAuthenticatorToken

data class ApiAuthenticatorToken(authenticator: ApiAuthenticator<HasAccessToken>) : ApiTokenType

Functions

component1
Link copied to clipboard
operator fun component1(): ApiAuthenticator<HasAccessToken>
copy
Link copied to clipboard
fun copy(authenticator: ApiAuthenticator<HasAccessToken>): ApiTokenType.ApiAuthenticatorToken
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

authenticator
Link copied to clipboard
val authenticator: ApiAuthenticator<HasAccessToken>