Documentation ¶
Index ¶
Constants ¶
View Source
const ( // StatusCodeExitNormal exit code StatusCodeExitNormal = 0 // StatusCodeNoOptionSelected exit code StatusCodeNoOptionSelected = 1 // StatusCodeExitWithError is exit code for error StatusCodeExitWithError = 2 )
View Source
const ( // JwtTokenType is passed on command line to select JWT auth tokens JwtTokenType string = "jwt" // OAuth2TokenType is passed on command line to select OAuth2 auth tokens OAuth2TokenType string = "oauth2" // RS256 JWT Alg RS256 RS256 string = "RS256" // ES256 JWT Alt ES256 ES256 string = "ES256" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.