CredentialsStore

Abstracts how the SDK stores credentials obtained after authenticating with the API

interface CredentialsStore<T>

Parameters

T

The type of credentials being stored

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
storeCredentials
Link copied to clipboard

Stores credentials for later use

abstract fun storeCredentials(credentials: T)
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

BearerTokenRequestHeader
Link copied to clipboard