Success

soidc.core.model.TokenResponse.Success
See theSuccess companion object
final case class Success(accessToken: String, tokenType: String, refreshToken: Option[String], expiresIn: Option[FiniteDuration], idToken: Option[String], scope: Option[ScopeList], values: Obj) extends TokenResponse

Attributes

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

Members list

Value members

Concrete methods

def accessTokenJWS: Either[DecodeError, JWS]
def fold[A](fe: Error => A, fs: Success => A): A
def idTokenJWS: Option[Either[DecodeError, JWS]]
def refreshTokenJWS: Option[Either[DecodeError, JWS]]

Inherited methods

def isError: Boolean

Attributes

Inherited from:
TokenResponse
def isSuccess: Boolean

Attributes

Inherited from:
TokenResponse
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product