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.cr

Constructors

Instance Method Summary

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) #

Instance Method Detail

def audiences : Array(String)? #

def audiences=(audiences : Array(String)?) #

def authenticated : Bool? #

def authenticated=(authenticated : Bool?) #

def error : String? #

def error=(error : String?) #