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

#include <identitytoolkit_relyingparty_verify_custom_token_request.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest:

Public Member Functions

 IdentitytoolkitRelyingpartyVerifyCustomTokenRequest (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartyVerifyCustomTokenRequest (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartyVerifyCustomTokenRequest ()
 
const StringPiece GetTypeName () const
 
bool has_delegated_project_number () const
 
void clear_delegated_project_number ()
 
int64 get_delegated_project_number () const
 
void set_delegated_project_number (int64 value)
 
bool has_instance_id () const
 
void clear_instance_id ()
 
const StringPiece get_instance_id () const
 
void set_instance_id (const StringPiece &value)
 
bool has_return_secure_token () const
 
void clear_return_secure_token ()
 
bool get_return_secure_token () const
 
void set_return_secure_token (bool value)
 
bool has_token () const
 
void clear_token ()
 
const StringPiece get_token () const
 
void set_token (const StringPiece &value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartyVerifyCustomTokenRequestNew ()
 

Detailed Description

Request to verify a custom token.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartyVerifyCustomTokenRequest() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~IdentitytoolkitRelyingpartyVerifyCustomTokenRequest()

google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::~IdentitytoolkitRelyingpartyVerifyCustomTokenRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

IdentitytoolkitRelyingpartyVerifyCustomTokenRequest * google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ set_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyVerifyCustomTokenRequest::set_token ( const StringPiece &  value)
inline

Change the 'token' attribute.

The custom token to verify.

Parameters
[in]valueThe new value.

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