class K8S::Api::Authentication::V1::TokenReviewSpec
- K8S::Api::Authentication::V1::TokenReviewSpec
 - Reference
 - Object
 
Overview
TokenReviewSpec is a description of the token authentication request.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/authentication/v1/token_review_spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, audiences : Array(String)? = nil, token : String? = nil)
 
Instance Method Summary
- #audiences : Array(String)?
 - #audiences=(audiences : Array(String)?)
 - #token : String?
 - #token=(token : String?)