TokenRequestStatus

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

TokenRequestStatus is the result of a token request.

Value Params
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.

def getToken: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product