# Variables
ErrEmptyAuthHeader can be thrown if authing with a HTTP header, the Auth header needs to be set.
ErrEmptyCookieToken can be thrown if authing with a cookie, the token cokie is empty.
ErrEmptyQueryToken can be thrown if authing with URL Query, the query token variable is empty.
ErrInvalidAuthHeader indicates auth header is invalid, could for example have the wrong Realm name.
# Structs
GinControllerContext gin 请求体接口实现.
No description provided by the author
No description provided by the author
No description provided by the author
Result 统一返回体.
# Interfaces
ControllerContext 请求体接口.
No description provided by the author
No description provided by the author