#include <identitytoolkit_relyingparty_verify_custom_token_request.h>
Request to verify a custom token.
◆ IdentitytoolkitRelyingpartyVerifyCustomTokenRequest() [1/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ IdentitytoolkitRelyingpartyVerifyCustomTokenRequest() [2/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~IdentitytoolkitRelyingpartyVerifyCustomTokenRequest()
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::~IdentitytoolkitRelyingpartyVerifyCustomTokenRequest |
( |
| ) |
|
|
virtual |
◆ clear_delegated_project_number()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::clear_delegated_project_number |
( |
| ) |
|
|
inline |
Clears the 'delegatedProjectNumber' attribute.
◆ clear_instance_id()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::clear_instance_id |
( |
| ) |
|
|
inline |
Clears the 'instanceId' attribute.
◆ clear_return_secure_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::clear_return_secure_token |
( |
| ) |
|
|
inline |
Clears the 'returnSecureToken' attribute.
◆ clear_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::clear_token |
( |
| ) |
|
|
inline |
Clears the 'token' attribute.
◆ get_delegated_project_number()
| int64 google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::get_delegated_project_number |
( |
| ) |
const |
|
inline |
Get the value of the 'delegatedProjectNumber' attribute.
◆ get_instance_id()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::get_instance_id |
( |
| ) |
const |
|
inline |
Get the value of the 'instanceId' attribute.
◆ get_return_secure_token()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::get_return_secure_token |
( |
| ) |
const |
|
inline |
Get the value of the 'returnSecureToken' attribute.
◆ get_token()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::get_token |
( |
| ) |
const |
|
inline |
Get the value of the 'token' attribute.
◆ GetTypeName()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerify CustomTokenRequest
◆ has_delegated_project_number()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::has_delegated_project_number |
( |
| ) |
const |
|
inline |
Determine if the 'delegatedProjectNumber' attribute was set.
- Returns
- true if the '
delegatedProjectNumber' attribute was set.
◆ has_instance_id()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::has_instance_id |
( |
| ) |
const |
|
inline |
Determine if the 'instanceId' attribute was set.
- Returns
- true if the '
instanceId' attribute was set.
◆ has_return_secure_token()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::has_return_secure_token |
( |
| ) |
const |
|
inline |
Determine if the 'returnSecureToken' attribute was set.
- Returns
- true if the '
returnSecureToken' attribute was set.
◆ has_token()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::has_token |
( |
| ) |
const |
|
inline |
Determine if the 'token' attribute was set.
- Returns
- true if the '
token' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_delegated_project_number()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::set_delegated_project_number |
( |
int64 |
value | ) |
|
|
inline |
Change the 'delegatedProjectNumber' attribute.
GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.
- Parameters
-
◆ set_instance_id()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::set_instance_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'instanceId' attribute.
Instance id token of the app.
- Parameters
-
◆ set_return_secure_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::set_return_secure_token |
( |
bool |
value | ) |
|
|
inline |
Change the 'returnSecureToken' attribute.
Whether return sts id token and refresh token instead of gitkit token.
- Parameters
-
◆ set_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::set_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'token' attribute.
The custom token to verify.
- Parameters
-
The documentation for this class was generated from the following files: