Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APITokensCmd = &cobra.Command{ Use: "api_tokens", Short: "Manage API tokens", Long: `API tokens can be created on behalf of a developer account, application or application user`, Run: func(cmd *cobra.Command, args []string) { common.CmdExistsOrExit(cmd, args) generalPrompt(cmd, args, "") defer func() { if r := recover(); r != nil { os.Exit(1) } }() }, }
Functions ¶
func RequirePublicJWTVerifiers ¶
func RequirePublicJWTVerifiers()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.