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

#include <identitytoolkit_relyingparty_email_link_signin_request.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest:

Public Member Functions

 IdentitytoolkitRelyingpartyEmailLinkSigninRequest (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartyEmailLinkSigninRequest (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartyEmailLinkSigninRequest ()
 
const StringPiece GetTypeName () const
 
bool has_email () const
 
void clear_email ()
 
const StringPiece get_email () const
 
void set_email (const StringPiece &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_oob_code () const
 
void clear_oob_code ()
 
const StringPiece get_oob_code () const
 
void set_oob_code (const StringPiece &value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartyEmailLinkSigninRequestNew ()
 

Detailed Description

Request to sign in with email.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartyEmailLinkSigninRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ IdentitytoolkitRelyingpartyEmailLinkSigninRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~IdentitytoolkitRelyingpartyEmailLinkSigninRequest()

google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::~IdentitytoolkitRelyingpartyEmailLinkSigninRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_email()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::clear_email ( )
inline

Clears the 'email' attribute.

◆ clear_id_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::clear_id_token ( )
inline

Clears the 'idToken' attribute.

◆ clear_oob_code()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::clear_oob_code ( )
inline

Clears the 'oobCode' attribute.

◆ get_email()

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

Get the value of the 'email' attribute.

◆ get_id_token()

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

Get the value of the 'idToken' attribute.

◆ get_oob_code()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::get_oob_code ( ) const
inline

Get the value of the 'oobCode' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailL inkSigninRequest

◆ has_email()

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

Determine if the 'email' attribute was set.

Returns
true if the 'email' attribute was set.

◆ has_id_token()

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

Determine if the 'idToken' attribute was set.

Returns
true if the 'idToken' attribute was set.

◆ has_oob_code()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::has_oob_code ( ) const
inline

Determine if the 'oobCode' attribute was set.

Returns
true if the 'oobCode' attribute was set.

◆ New()

IdentitytoolkitRelyingpartyEmailLinkSigninRequest * google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_email()

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

Change the 'email' attribute.

The email address of the user.

Parameters
[in]valueThe new value.

◆ set_id_token()

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

Change the 'idToken' attribute.

Token for linking flow.

Parameters
[in]valueThe new value.

◆ set_oob_code()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::set_oob_code ( const StringPiece &  value)
inline

Change the 'oobCode' attribute.

The confirmation code.

Parameters
[in]valueThe new value.

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