|
identitytoolkit
v3
|
#include <identitytoolkit_relyingparty_send_verification_code_response.h>
Public Member Functions | |
| IdentitytoolkitRelyingpartySendVerificationCodeResponse (const Json::Value &storage) | |
| IdentitytoolkitRelyingpartySendVerificationCodeResponse (Json::Value *storage) | |
| virtual | ~IdentitytoolkitRelyingpartySendVerificationCodeResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_session_info () const |
| void | clear_session_info () |
| const StringPiece | get_session_info () const |
| void | set_session_info (const StringPiece &value) |
Static Public Member Functions | |
| static IdentitytoolkitRelyingpartySendVerificationCodeResponse * | New () |
Response for Identitytoolkit-SendVerificationCode.
|
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 'sessionInfo' attribute.
|
inline |
Get the value of the 'sessionInfo' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_identitytoolkit_api::IdentitytoolkitRelyingpartySendVe rificationCodeResponse
|
inline |
Determine if the 'sessionInfo' attribute was set.
sessionInfo' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'sessionInfo' attribute.
Encrypted session information.
| [in] | value | The new value. |