# Packages
Implements an API client for the Token auth API (https://github.com/mutablelogic/go-server/pkg/handler/auth)
*/.
# Functions
Create a new auth task from the configuration.
Create a new create token request.
Create a token of the specified number of bytes, with the specified duration and scope.
TokenName returns the token name from the context.
TokenScope returns the token scope from the context, or nil.
WithToken returns a context with the given auth token.
WithTokenName returns a context with the given auth token name.
WithTokenScope returns a context with the given auth token scope.
# Variables
Root scope allows ANY operation.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author