soidc.core.model.TokenResponse
See theTokenResponse companion trait
object TokenResponse
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TokenResponse.type
Members list
Type members
Classlikes
final case class Error(code: TokenErrorCode, description: Option[String], uri: Option[Uri]) extends TokenResponse
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TokenResponseclass Objecttrait Matchableclass AnyShow all
object Error
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TokenResponseclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Givens
Givens
In this article