package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Feb 28, 2015
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Check if the given user has already stored his token
type RefreshTokenResponse struct {
AccessToken string `json:"access_token"`
ExpiresIn int `json:"expires_in"`
TokenType string `json:"token_type"`
}
type ResfreshTokenConfig struct {
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
GrantType string `json:"grant_type"`
RefreshToken string `json:"refresh_token"`
}
type Token struct {
UserId string `json:"-"`
RefreshToken string `json:"-"`
}
The feed
Get the Novel given an novelId
Get the Novel given an novelId
func (token *Token) Save()
Save the token in the database
Source Files
¶
Click to show internal directories.
Click to hide internal directories.