#include <administrator_web_token.h>
A token authorizing an admin to access an iframe.
◆ AdministratorWebToken() [1/2]
| google_androidenterprise_api::AdministratorWebToken::AdministratorWebToken |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ AdministratorWebToken() [2/2]
| google_androidenterprise_api::AdministratorWebToken::AdministratorWebToken |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~AdministratorWebToken()
| google_androidenterprise_api::AdministratorWebToken::~AdministratorWebToken |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_androidenterprise_api::AdministratorWebToken::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_token()
| void google_androidenterprise_api::AdministratorWebToken::clear_token |
( |
| ) |
|
|
inline |
Clears the 'token' attribute.
◆ get_kind()
| const StringPiece google_androidenterprise_api::AdministratorWebToken::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_token()
| const StringPiece google_androidenterprise_api::AdministratorWebToken::get_token |
( |
| ) |
const |
|
inline |
Get the value of the 'token' attribute.
◆ GetTypeName()
| const StringPiece google_androidenterprise_api::AdministratorWebToken::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_androidenterprise_api::AdministratorWebToken::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_token()
| bool google_androidenterprise_api::AdministratorWebToken::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_kind()
| void google_androidenterprise_api::AdministratorWebToken::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
- Parameters
-
◆ set_token()
| void google_androidenterprise_api::AdministratorWebToken::set_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'token' attribute.
An opaque token to be passed to the Play front-end to generate an iframe.
- Parameters
-
The documentation for this class was generated from the following files: