ProvidedTokenAuthenticator

class ProvidedTokenAuthenticator(token: String) : ApiAuthenticator<HasAccessToken>

Functions

authenticate
Link copied to clipboard

Called by the SDK to obtain authentication details eg: an access token

open override fun authenticate(): ApiResult<HasAccessToken>
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

token
Link copied to clipboard
val token: String