OAuthTokenData

com.github.cloudfiles.core.http.auth.OAuthTokenData
See theOAuthTokenData companion object
case class OAuthTokenData(accessToken: String, refreshToken: String)

A data class representing the token material to be stored for a single OAuth client of a specific identity provider.

Value parameters

accessToken

the access token

refreshToken

the refresh token

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product