class K8S::Api::Authentication::V1::TokenReviewSpec

Overview

TokenReviewSpec is a description of the token authentication request.

Included Modules

Defined in:

versions/v1.20/api/authentication/v1/token_review_spec.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(*, audiences : Array(String)? = nil, token : String? = nil) #

[View source]

Instance Method Detail

def audiences : Array(String)? #

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

[View source]
def token : String? #

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

[View source]