class Pyrite::Api::Authentication::V1::TokenReviewStatus
Overview
TokenReviewStatus is the result of the token authentication request.
Defined in:
versions/v1.14/api/authentication/v1/token_review_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
TokenReviewStatus is the result of the token authentication request.
-
.new(pull : JSON::PullParser)
TokenReviewStatus is the result of the token authentication request.
- .new(*, audiences : Array? = 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 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)
#
TokenReviewStatus is the result of the token authentication request.
def self.new(pull : JSON::PullParser)
#
TokenReviewStatus is the result of the token authentication request.
def self.new(*, audiences : Array? = nil, authenticated : Bool? = nil, error : String? = nil, user : Api::Authentication::V1::UserInfo? = nil)
#