Home | Trees | Indices | Help |
---|
|
Class representing a service account (signed JWT) credential.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
MAX_TOKEN_LIFETIME_SECS = 3600
|
|||
Inherited from |
|
|||
Inherited from |
|
Constructor for AssertionFlowCredentials. Args: assertion_type: string, assertion type that will be declared to the auth server user_agent: string, The HTTP User-Agent to provide for this application. token_uri: string, URI for token endpoint. For convenience defaults to Google's endpoints but any OAuth 2.0 provider can be used. revoke_uri: string, URI for revoke endpoint.
|
Generate the assertion that will be used in the request. |
|
Get the fields and their values identifying the current credentials.
|
Whether this Credentials object is scopeless. create_scoped(scopes) method needs to be called in order to create a Credentials object for API calls.
|
Create a Credentials object for the given scopes. The Credentials type is preserved.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 13 12:43:44 2014 | http://epydoc.sourceforge.net |