soidc.core.model.DeviceCodeResponse
See theDeviceCodeResponse companion trait
object DeviceCodeResponse
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DeviceCodeResponse.type
Members list
Type members
Classlikes
final case class Error(code: TokenErrorCode, description: Option[String], uri: Option[Uri]) extends DeviceCodeResponse
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DeviceCodeResponseclass Objecttrait Matchableclass AnyShow all
object Error
final case class Success(deviceCode: DeviceCode, userCode: UserCode, verificationUri: Uri, verificationUriComplete: Option[Uri], expiresIn: FiniteDuration, interval: Option[FiniteDuration]) extends DeviceCodeResponse
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DeviceCodeResponseclass 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