public class GAppsAuthorization extends Object
Modifier and Type | Field and Description |
---|---|
BBjString |
AuthorizationToken!
An authorization token obtained via Google OAuth 2.0
|
Constructor and Description |
---|
GAppsAuthorization(BBjString authorizationToken!)
This constructor takes an authorization token obtained
through OAuth 2.0 with Google.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(HttpRequest request!)
This method is called by a Google API in order to set the
Authorization Header on API requests.
|
public BBjString AuthorizationToken!