class MultiAuth::User

Defined in:

multi_auth/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(provider : String, uid : String, name : String, raw_json : String, access_token : OAuth2::AccessToken | OAuth::AccessToken) #

[View source]

Instance Method Detail

def access_token : OAuth::AccessToken | OAuth2::AccessToken #

[View source]
def description : String | Nil #

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

[View source]
def email : String | Nil #

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

[View source]
def first_name : String | Nil #

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

[View source]
def image : String | Nil #

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

[View source]
def last_name : String | Nil #

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

[View source]
def location : String | Nil #

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

[View source]
def name : String #

[View source]
def nickname : String | Nil #

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

[View source]
def phone : String | Nil #

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

[View source]
def provider : String #

[View source]
def raw_json : String #

[View source]
def uid : String #

[View source]
def urls : Hash(String, String) | Nil #

[View source]
def urls=(urls : Hash(String, String) | Nil) #

[View source]