package
Version:
v0.0.0-...-b7287e2
Opens a new window with list of versions in this module.
Published: Sep 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const TokenSignSecret = "50TIN-APP-TOKEN-SIGN-SECRET"
TokenSignSecret the sign secret using the HMAC algorithm for now
type Token struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
}
Token is the composite of access-token and refresh-token
Source Files
¶
Click to show internal directories.
Click to hide internal directories.