#include <identitytoolkit_relyingparty_email_link_signin_request.h>
Request to sign in with email.
◆ IdentitytoolkitRelyingpartyEmailLinkSigninRequest() [1/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::IdentitytoolkitRelyingpartyEmailLinkSigninRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~IdentitytoolkitRelyingpartyEmailLinkSigninRequest()
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::~IdentitytoolkitRelyingpartyEmailLinkSigninRequest |
( |
| ) |
|
|
virtual |
◆ 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()
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
-
◆ set_id_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::set_id_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'idToken' attribute.
Token for linking flow.
- Parameters
-
◆ set_oob_code()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyEmailLinkSigninRequest::set_oob_code |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'oobCode' attribute.
The confirmation code.
- Parameters
-
The documentation for this class was generated from the following files: