|
oauth2
v2
|
#include <oauth2_service.h>
Classes | |
| class | V2Resource |
Public Member Functions | |
| UserinfoResource (Oauth2Service *service) | |
| ~UserinfoResource () | |
| const V2Resource & | get_v2 () const |
| UserinfoResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
|
inline |
Gets the v2 resource method factory.
| UserinfoResource_GetMethod * google_oauth2_api::Oauth2Service::UserinfoResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new UserinfoResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished.