|
identitytoolkit
v3
|
#include <identitytoolkit_relyingparty_sign_out_user_response.h>
Public Member Functions | |
| IdentitytoolkitRelyingpartySignOutUserResponse (const Json::Value &storage) | |
| IdentitytoolkitRelyingpartySignOutUserResponse (Json::Value *storage) | |
| virtual | ~IdentitytoolkitRelyingpartySignOutUserResponse () |
| const StringPiece | GetTypeName () const |
| 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 IdentitytoolkitRelyingpartySignOutUserResponse * | New () |
Response of signing 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 'localId' attribute.
|
inline |
Get the value of the 'localId' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_identitytoolkit_api::IdentitytoolkitRelyingpartySignOu tUserResponse
|
inline |
Determine if the 'localId' attribute was set.
localId' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'localId' attribute.
The local ID of the user.
| [in] | value | The new value. |