Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface {
GetComponentVerifyTicket() (string, error)
SetComponentVerifyTicket(componentVerifyTicket string) error
GetComponentAccessToken() (string, error)
SetComponentAccessToken(accessToken string, expiresIn int) error
GetAuthorizerAccessToken(authorizerAppid string) (string, error)
SetAuthorizerAccessToken(authorizerAppid string, accessToken string, expiresIn int) error
GetAuthorizerRefreshToken(authorizerAppid string) (string, error)
SetAuthorizerRefreshToken(authorizerAppid string, refreshToken string) error
}
Click to show internal directories.
Click to hide internal directories.