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

TokenReviewSpec is a description of the token authentication request.


def self.new(pull : JSON::PullParser) #

TokenReviewSpec is a description of the token authentication request.


def self.new(*, audiences : Array? = nil, token : String? = nil) #

Instance Method Detail

def audiences : Array(String)? #

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

def token : String? #

def token=(token : String?) #