Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyAccessToken = "access_token" KeyRefreshToken = "refresh_token" KeyAPIKey = "api_key" )
View Source
const ServiceName = "thoop"
Variables ¶
View Source
var ( ErrNotFound = errors.New("keyring: secret not found") )
Functions ¶
This section is empty.
Types ¶
type OSKeyring ¶
type OSKeyring struct {
// contains filtered or unexported fields
}
func NewOSKeyring ¶
func NewOSKeyring() *OSKeyring
Click to show internal directories.
Click to hide internal directories.