authcmd

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2018 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ForgePublicLinkTokenCommand = cli.Command{
	Name:      "forge-public-link-token",
	Usage:     "Forges a new access token to access the public link using the storage interface.",
	ArgsUsage: "Usage: forge-public-link-token token  [--password <password>]",
	Action:    forgePublicLinkToken,
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:  "password",
			Usage: "password to access the public link",
		},
	},
}
View Source
var VerifyTokenCommand = cli.Command{
	Name:      "verify-token",
	Usage:     "Verifies the retrieved token if any",
	ArgsUsage: "Usage: verify-token [<token>]",
	Action:    verifyToken,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL