class Pyrite::Api::Authentication::V1::TokenReviewSpec
Overview
TokenReviewSpec is a description of the token authentication request.
Defined in:
versions/v1.14/api/authentication/v1/token_review_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
TokenReviewSpec is a description of the token authentication request.
-
.new(pull : JSON::PullParser)
TokenReviewSpec is a description of the token authentication request.
- .new(*, audiences : Array? = nil, token : String? = nil)
Instance Method Summary
- #audiences : Array(String)?
- #audiences=(audiences : Array(String)?)
- #token : String?
- #token=(token : String?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
TokenReviewSpec is a description of the token authentication request.
def self.new(pull : JSON::PullParser)
#
TokenReviewSpec is a description of the token authentication request.