class K8S::Api::Authentication::V1::TokenReviewStatus
- K8S::Api::Authentication::V1::TokenReviewStatus
- Reference
- Object
Overview
TokenReviewStatus is the result of the token authentication request.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.16/api/authentication/v1/token_review_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, audiences : Array(String)? = nil, authenticated : Bool? = nil, error : String? = nil, user : Api::Authentication::V1::UserInfo? = nil)
Instance Method Summary
- #audiences : Array(String)?
- #audiences=(audiences : Array(String)?)
- #authenticated : Bool?
- #authenticated=(authenticated : Bool?)
- #error : String?
- #error=(error : String?)
- #user : Api::Authentication::V1::UserInfo?
- #user=(user : Api::Authentication::V1::UserInfo?)
Constructor Detail
def self.new(*, audiences : Array(String)? = nil, authenticated : Bool? = nil, error : String? = nil, user : Api::Authentication::V1::UserInfo? = nil)
#