class K8S::Api::Authentication::V1::TokenReviewStatus

Overview

TokenReviewStatus is the result of the token authentication request.

Included Modules

Defined in:

versions/v1.11/api/authentication/v1/token_review_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, authenticated : Bool? = nil, error : String? = nil, user : Api::Authentication::V1::UserInfo? = nil) #

[View source]

Instance Method Detail

def authenticated : Bool? #

[View source]
def authenticated=(authenticated : Bool?) #

[View source]
def error : String? #

[View source]
def error=(error : String?) #

[View source]

[View source]

[View source]