identitytoolkit  v3
Properties | List of all members
Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse Class Reference

Response of signing up new user, creating anonymous user or anonymous user reauth. More...

Inheritance diagram for Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string DisplayName [get, set]
 The name of the user. More...
 
virtual string Email [get, set]
 The email of the user. More...
 
virtual System.Nullable< long > ExpiresIn [get, set]
 If idToken is STS id token, then this field will be expiration time of STS id token in seconds. More...
 
virtual string IdToken [get, set]
 The Gitkit id token to login the newly sign up user. More...
 
virtual string Kind [get, set]
 The fixed string "identitytoolkit#SignupNewUserResponse". More...
 
virtual string LocalId [get, set]
 The RP local ID of the user. More...
 
virtual string RefreshToken [get, set]
 If idToken is STS id token, then this field will be refresh token. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Response of signing up new user, creating anonymous user or anonymous user reauth.

Property Documentation

◆ DisplayName

virtual string Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.DisplayName
getset

The name of the user.

◆ Email

virtual string Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.Email
getset

The email of the user.

◆ ETag

virtual string Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.ETag
getset

The ETag of the item.

◆ ExpiresIn

virtual System.Nullable<long> Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.ExpiresIn
getset

If idToken is STS id token, then this field will be expiration time of STS id token in seconds.

◆ IdToken

virtual string Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.IdToken
getset

The Gitkit id token to login the newly sign up user.

◆ Kind

virtual string Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.Kind
getset

The fixed string "identitytoolkit#SignupNewUserResponse".

◆ LocalId

virtual string Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.LocalId
getset

The RP local ID of the user.

◆ RefreshToken

virtual string Google.Apis.IdentityToolkit.v3.Data.SignupNewUserResponse.RefreshToken
getset

If idToken is STS id token, then this field will be refresh token.


The documentation for this class was generated from the following file: