TicketErrorCode

Reason why a ticket was rejected.

Entries

Link copied to clipboard
@SerialName(value = "Missing")
MISSING

The yaxi-ticket header is missing.

Link copied to clipboard
@SerialName(value = "Invalid")
INVALID

The ticket is invalid.

Link copied to clipboard
@SerialName(value = "MissingKey")
MISSING_KEY

The ticket token lacks a key identifier (kid).

Link copied to clipboard
@SerialName(value = "UnknownKey")
UNKNOWN_KEY

The ticket references an unknown key.

Link copied to clipboard
@SerialName(value = "Mismatch")
MISMATCH

The ticket does not match the invoked service.

Link copied to clipboard
@SerialName(value = "Expired")
EXPIRED

The ticket is expired.

Link copied to clipboard
@SerialName(value = "InvalidLifetime")
INVALID_LIFETIME

The ticket lifetime is too long.

Link copied to clipboard
@SerialName(value = "ExpiredKey")
EXPIRED_KEY

The signing key is expired.

Link copied to clipboard
@SerialName(value = "KeyEnvironmentMismatch")
KEY_ENVIRONMENT_MISMATCH

The environment of the key does not match the environment of the service.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.