Documentation ¶
Index ¶
- Constants
- func GetCharacterSelection(lang language.Tag) *url.URL
- func GetESIAuthPathRescope(lang language.Tag) *url.URL
- func GetPleaseVerifyURLWithSuccess(lang language.Tag) *url.URL
- func GetPleaseVerifyURLWithTY(lang language.Tag) *url.URL
- func GetPostESIAuthPath(lang language.Tag, l features.List) *url.URL
- func IsVerifyPath(path string) bool
- func LocalizedRoot(lang language.Tag) *url.URL
- func TokenizeVerifyPath(host, token string, lang language.Tag) string
- func TokenizeVerifyPathHTTP(host, token string, lang language.Tag) string
Constants ¶
View Source
const ( TokenQueryParam = "t" VerifyTYParam = "ty" VerifySuccessParam = "s" RescopeQueryParam = "rescope" EveMediaSizeParam = "size" VerifyPath = "/account/verify" ESIAuthPath = "/esi/auth" AccountCharactersPath = "/account/characters" )
Variables ¶
This section is empty.
Functions ¶
func IsVerifyPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.