TokenRequestStatus

com.coralogix.zio.k8s.model.authentication.v1.TokenRequestStatus
See theTokenRequestStatus companion object
case class TokenRequestStatus(expirationTimestamp: Time, token: String)

TokenRequestStatus is the result of a token request.

Value parameters

token

Token is the opaque bearer token.

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

Gets expirationTimestamp.

Gets expirationTimestamp.

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

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product