class Google::FirebaseAuth::User

Included Modules

Defined in:

firebase/user/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def disabled : Bool | Nil #

[View source]
def display_name : String | Nil #

[View source]
def email : String #

[View source]
def email_verified : Bool #

[View source]
def language : String | Nil #

[View source]
def last_login_at : Time #

[View source]
def last_refresh_at : Time #

[View source]
def photo_url : String | Nil #

[View source]
def provider_user_info : Array(ProviderUserInfo) #

[View source]
def time_zone : String | Nil #

[View source]
def valid_since : Time #

[View source]