struct Google::FirebaseAuth::ProviderUserInfo

Overview

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

Included Modules

Defined in:

firebase/user/provider_user_info.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 federated_id : String #

[View source]
def phone_number : String | Nil #

[View source]
def photo_url : String | Nil #

[View source]
def provider_id : String #

[View source]
def raw_id : String #

[View source]
def screen_name : String | Nil #

[View source]