TokenRequestStatus

case class TokenRequestStatus(expirationTimestamp: Time, token: String)

TokenRequestStatus is the result of a token request.

Value parameters:
token

Token is the opaque bearer token.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets expirationTimestamp.

Gets expirationTimestamp.

This effect always succeeds, it is safe to use the field expirationTimestamp directly.

Token is the opaque bearer token.

Token is the opaque bearer token.

This effect always succeeds, it is safe to use the field token directly.

Inherited methods

Inherited from:
Product