Documentation
¶
Index ¶
- func Auth(options *Options) error
- func AuthFirebase(options *Options) error
- func Reveal(options *Options) error
- func Run(args []string)
- func Secure(options *Options) error
- func SignJwtClaim(options *Options) error
- func VerifyFirebaseJwtClaim(ctx context.Context, options *Options) error
- func VerifyJwtClaim(options *Options) error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthFirebase ¶ added in v0.9.0
func SignJwtClaim ¶ added in v0.2.1
func VerifyFirebaseJwtClaim ¶ added in v0.9.0
func VerifyJwtClaim ¶ added in v0.2.1
Types ¶
type Options ¶
type Options struct {
Mode string `short:"m" long:"mode" choice:"secure" choice:"reveal" choice:"signJwt" choice:"verifyJwt" choice:"auth"`
SourceURL string `short:"s" long:"src" description:"source location"`
RSAKey string `short:"r" long:"rsa" description:"private/public key location"`
HMacKey string `short:"a" long:"hmac" description:"hmac key location (base64 encoded)"`
DestURL string `short:"d" long:"dest" description:"dest location"`
ExpirySec int `short:"e" long:"expiry" description:"expiry TTL in sec"`
Firebase bool `short:"f" long:"firebase" description:"firebase"`
Target string `` /* 192-byte string literal not displayed */
Key string `short:"k" long:"key" description:"key i.e blowfish://default"`
ProjectId string `short:"p" long:"projectId" description:"project id"`
}
Click to show internal directories.
Click to hide internal directories.