struct Google::FirebaseAuth::UpdateUserResponse

Overview

API details: https://cloud.google.com/identity-platform/docs/reference/rest/v1/SetAccountInfoResponse

Fields left out:

Included Modules

Defined in:

firebase/user/update_user_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def display_name : String | Nil #

[View source]
def email : String | Nil #

[View source]
def email_verified : Bool | Nil #

[View source]
def expires_in : Int64 | Nil #

[View source]
def id_token : String | Nil #

[View source]
def kind : String | Nil #

[View source]
def local_id : String #

[View source]
def new_email : String | Nil #

[View source]
def photo_url : String | Nil #

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

[View source]
def refresh_token : String | Nil #

[View source]