Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthRequirements ¶
type AuthRequirements int64
const ( // NoAuth command does not require authentication. NoAuth AuthRequirements = 0 // RequiredAuth command requires authentication. RequiredAuth AuthRequirements = 1 // command can work with or without authentication, // and if access token token is found, try to refresh it. OptionalAuth AuthRequirements = 2 )
Click to show internal directories.
Click to hide internal directories.