identitytoolkit  v3
Public Member Functions | Static Public Member Functions | List of all members
google_identitytoolkit_api::EmailLinkSigninResponse Class Reference

#include <email_link_signin_response.h>

Inheritance diagram for google_identitytoolkit_api::EmailLinkSigninResponse:

Public Member Functions

 EmailLinkSigninResponse (const Json::Value &storage)
 
 EmailLinkSigninResponse (Json::Value *storage)
 
virtual ~EmailLinkSigninResponse ()
 
const StringPiece GetTypeName () const
 
bool has_email () const
 
void clear_email ()
 
const StringPiece get_email () const
 
void set_email (const StringPiece &value)
 
bool has_expires_in () const
 
void clear_expires_in ()
 
int64 get_expires_in () const
 
void set_expires_in (int64 value)
 
bool has_id_token () const
 
void clear_id_token ()
 
const StringPiece get_id_token () const
 
void set_id_token (const StringPiece &value)
 
bool has_is_new_user () const
 
void clear_is_new_user ()
 
bool get_is_new_user () const
 
void set_is_new_user (bool value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_local_id () const
 
void clear_local_id ()
 
const StringPiece get_local_id () const
 
void set_local_id (const StringPiece &value)
 
bool has_refresh_token () const
 
void clear_refresh_token ()
 
const StringPiece get_refresh_token () const
 
void set_refresh_token (const StringPiece &value)
 

Static Public Member Functions

static EmailLinkSigninResponseNew ()
 

Detailed Description

Response of email signIn.

Constructor & Destructor Documentation

◆ EmailLinkSigninResponse() [1/2]

google_identitytoolkit_api::EmailLinkSigninResponse::EmailLinkSigninResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ EmailLinkSigninResponse() [2/2]

google_identitytoolkit_api::EmailLinkSigninResponse::EmailLinkSigninResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~EmailLinkSigninResponse()

google_identitytoolkit_api::EmailLinkSigninResponse::~EmailLinkSigninResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_email()

void google_identitytoolkit_api::EmailLinkSigninResponse::clear_email ( )
inline

Clears the 'email' attribute.

◆ clear_expires_in()

void google_identitytoolkit_api::EmailLinkSigninResponse::clear_expires_in ( )
inline

Clears the 'expiresIn' attribute.

◆ clear_id_token()

void google_identitytoolkit_api::EmailLinkSigninResponse::clear_id_token ( )
inline

Clears the 'idToken' attribute.

◆ clear_is_new_user()

void google_identitytoolkit_api::EmailLinkSigninResponse::clear_is_new_user ( )
inline

Clears the 'isNewUser' attribute.

◆ clear_kind()

void google_identitytoolkit_api::EmailLinkSigninResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_local_id()

void google_identitytoolkit_api::EmailLinkSigninResponse::clear_local_id ( )
inline

Clears the 'localId' attribute.

◆ clear_refresh_token()

void google_identitytoolkit_api::EmailLinkSigninResponse::clear_refresh_token ( )
inline

Clears the 'refreshToken' attribute.

◆ get_email()

const StringPiece google_identitytoolkit_api::EmailLinkSigninResponse::get_email ( ) const
inline

Get the value of the 'email' attribute.

◆ get_expires_in()

int64 google_identitytoolkit_api::EmailLinkSigninResponse::get_expires_in ( ) const
inline

Get the value of the 'expiresIn' attribute.

◆ get_id_token()

const StringPiece google_identitytoolkit_api::EmailLinkSigninResponse::get_id_token ( ) const
inline

Get the value of the 'idToken' attribute.

◆ get_is_new_user()

bool google_identitytoolkit_api::EmailLinkSigninResponse::get_is_new_user ( ) const
inline

Get the value of the 'isNewUser' attribute.

◆ get_kind()

const StringPiece google_identitytoolkit_api::EmailLinkSigninResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_local_id()

const StringPiece google_identitytoolkit_api::EmailLinkSigninResponse::get_local_id ( ) const
inline

Get the value of the 'localId' attribute.

◆ get_refresh_token()

const StringPiece google_identitytoolkit_api::EmailLinkSigninResponse::get_refresh_token ( ) const
inline

Get the value of the 'refreshToken' attribute.

◆ GetTypeName()

const StringPiece google_identitytoolkit_api::EmailLinkSigninResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::EmailLinkSigninResponse

◆ has_email()

bool google_identitytoolkit_api::EmailLinkSigninResponse::has_email ( ) const
inline

Determine if the 'email' attribute was set.

Returns
true if the 'email' attribute was set.

◆ has_expires_in()

bool google_identitytoolkit_api::EmailLinkSigninResponse::has_expires_in ( ) const
inline

Determine if the 'expiresIn' attribute was set.

Returns
true if the 'expiresIn' attribute was set.

◆ has_id_token()

bool google_identitytoolkit_api::EmailLinkSigninResponse::has_id_token ( ) const
inline

Determine if the 'idToken' attribute was set.

Returns
true if the 'idToken' attribute was set.

◆ has_is_new_user()

bool google_identitytoolkit_api::EmailLinkSigninResponse::has_is_new_user ( ) const
inline

Determine if the 'isNewUser' attribute was set.

Returns
true if the 'isNewUser' attribute was set.

◆ has_kind()

bool google_identitytoolkit_api::EmailLinkSigninResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_local_id()

bool google_identitytoolkit_api::EmailLinkSigninResponse::has_local_id ( ) const
inline

Determine if the 'localId' attribute was set.

Returns
true if the 'localId' attribute was set.

◆ has_refresh_token()

bool google_identitytoolkit_api::EmailLinkSigninResponse::has_refresh_token ( ) const
inline

Determine if the 'refreshToken' attribute was set.

Returns
true if the 'refreshToken' attribute was set.

◆ New()

EmailLinkSigninResponse * google_identitytoolkit_api::EmailLinkSigninResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_email()

void google_identitytoolkit_api::EmailLinkSigninResponse::set_email ( const StringPiece &  value)
inline

Change the 'email' attribute.

The user's email.

Parameters
[in]valueThe new value.

◆ set_expires_in()

void google_identitytoolkit_api::EmailLinkSigninResponse::set_expires_in ( int64  value)
inline

Change the 'expiresIn' attribute.

Expiration time of STS id token in seconds.

Parameters
[in]valueThe new value.

◆ set_id_token()

void google_identitytoolkit_api::EmailLinkSigninResponse::set_id_token ( const StringPiece &  value)
inline

Change the 'idToken' attribute.

The STS id token to login the newly signed in user.

Parameters
[in]valueThe new value.

◆ set_is_new_user()

void google_identitytoolkit_api::EmailLinkSigninResponse::set_is_new_user ( bool  value)
inline

Change the 'isNewUser' attribute.

Whether the user is new.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_identitytoolkit_api::EmailLinkSigninResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The fixed string "identitytoolkit#EmailLinkSigninResponse".

Parameters
[in]valueThe new value.

◆ set_local_id()

void google_identitytoolkit_api::EmailLinkSigninResponse::set_local_id ( const StringPiece &  value)
inline

Change the 'localId' attribute.

The RP local ID of the user.

Parameters
[in]valueThe new value.

◆ set_refresh_token()

void google_identitytoolkit_api::EmailLinkSigninResponse::set_refresh_token ( const StringPiece &  value)
inline

Change the 'refreshToken' attribute.

The refresh token for the signed in user.

Parameters
[in]valueThe new value.

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