Documentation ¶
Index ¶
- Constants
- func DecryptToken(data []byte, key []byte) (string, error)
- func DumpEncryptedToken(encryptedData []byte) error
- func EncryptToken(t string, k string) (string, error)
- func ExportEncryptedToken() ([]byte, error)
- func GetAppKey(appName string) (string, error)
- func GetMachineId() (string, error)
- func HomeFolder() (string, error)
- func InitalizeTikiFolder()
- func OpenBrowser(preferredBrowser string, url string) bool
- type GenericTicket
Constants ¶
View Source
const (
TokenFile = "ticketool.token"
)
Variables ¶
This section is empty.
Functions ¶
func DumpEncryptedToken ¶
func ExportEncryptedToken ¶
func GetMachineId ¶ added in v0.1.2
func HomeFolder ¶
func InitalizeTikiFolder ¶
func InitalizeTikiFolder()
func OpenBrowser ¶
Types ¶
type GenericTicket ¶ added in v0.1.13
Click to show internal directories.
Click to hide internal directories.