class Pyrite::Api::Authentication::V1::UserInfo

Overview

UserInfo holds the information about the user needed to implement the user.Info interface.

Defined in:

versions/v1.14/api/authentication/v1/user_info.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) #

UserInfo holds the information about the user needed to implement the user.Info interface.


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

UserInfo holds the information about the user needed to implement the user.Info interface.


def self.new(*, extra : Hash(String, String)? = nil, groups : Array? = nil, uid : String? = nil, username : String? = nil) #

Instance Method Detail

def extra : Hash(String, String)? #

def extra=(extra : Hash(String, String)?) #

def groups : Array(String)? #

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

def uid : String? #

def uid=(uid : String?) #

def username : String? #

def username=(username : String?) #