|
identitytoolkit
v3
|
#include <identitytoolkit_relyingparty_sign_out_user_request.h>
Public Member Functions | |
| IdentitytoolkitRelyingpartySignOutUserRequest (const Json::Value &storage) | |
| IdentitytoolkitRelyingpartySignOutUserRequest (Json::Value *storage) | |
| virtual | ~IdentitytoolkitRelyingpartySignOutUserRequest () |
| const StringPiece | GetTypeName () const |
| bool | has_instance_id () const |
| void | clear_instance_id () |
| const StringPiece | get_instance_id () const |
| void | set_instance_id (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) |
Static Public Member Functions | |
| static IdentitytoolkitRelyingpartySignOutUserRequest * | New () |
Request to sign out user.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'instanceId' attribute.
|
inline |
Clears the 'localId' attribute.
|
inline |
Get the value of the 'instanceId' attribute.
|
inline |
Get the value of the 'localId' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOu tUserRequest
|
inline |
Determine if the 'instanceId' attribute was set.
instanceId' attribute was set.
|
inline |
Determine if the 'localId' attribute was set.
localId' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'instanceId' attribute.
Instance id token of the app.
| [in] | value | The new value. |
|
inline |
Change the 'localId' attribute.
The local ID of the user.
| [in] | value | The new value. |