class MultiAuth::Provider::Vk::VkUser

Included Modules

Defined in:

multi_auth/providers/vk.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def about : String | Nil #

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

[View source]
def access_token : OAuth2::AccessToken | Nil #

[View source]
def access_token=(access_token : OAuth2::AccessToken | Nil) #

[View source]
def city : VkTitle | Nil #

[View source]
def city=(city : VkTitle | Nil) #

[View source]
def country : VkTitle | Nil #

[View source]
def country=(country : VkTitle | Nil) #

[View source]
def domain : String | Nil #

[View source]
def domain=(domain : 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 home_phone : String | Nil #

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

[View source]
def id : String #

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

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

[View source]
def last_name : String | Nil #

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

[View source]
def mobile_phone : String | Nil #

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

[View source]
def name #

[View source]
def photo_max_orig : String | Nil #

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

[View source]
def raw_json : String | Nil #

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

[View source]
def site : String | Nil #

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

[View source]