Documentation
¶
Index ¶
Constants ¶
View Source
const ( OAUTH_ACCESS_TOKEN_URL = "https://www.googleapis.com/oauth2/v4/token" OAUTH_ISSUE_TOKEN_URL = "https://oauthaccountmanager.googleapis.com/v1/issuetoken" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PersistedToken ¶
func GetIssuedToken ¶
func GetIssuedToken(accessToken string) PersistedToken
GetIssuedToken gets the issue API Token based on the accessToken
type TokenStore ¶
type TokenStore struct { Token PersistedToken // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.