class OIDC::UserInfo

Included Modules

Defined in:

oidc/user_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def email : String | Nil #

[View source]
def email=(email : String | Nil) #

[View source]
def email_verified : Bool | Nil #

[View source]
def email_verified=(email_verified : Bool | Nil) #

[View source]
def family_name : String | Nil #

[View source]
def family_name=(family_name : String | Nil) #

[View source]
def given_name : String | Nil #

[View source]
def given_name=(given_name : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def preferred_username : String | Nil #

[View source]
def preferred_username=(preferred_username : String | Nil) #

[View source]
def subject : String #

[View source]
def subject=(subject : String) #

[View source]