# Packages
No description provided by the author
# Functions
CompareHashAndPassword compares a hashed client token with its possible plain text equivalent.
No description provided by the author
No description provided by the author
NewBackoffHandler creates a backoff handler that will respond to PermissionDenied errors in other services by attempting to refresh the current JWT token.
WithServer specifies that an IPC server should be started so other processes can request tokens from this process.
WithSocketNameSuffix specifies the (optional) suffix of the socket name.
# Constants
TokenRefreshWindow indicates how soon before actual expiration the STS token will be considered expired.
# Variables
No description provided by the author
# Structs
Server encapsulates the receiving and queueing of token requests by other robot processes.
# Type aliases
Option defines an option that can be set on the token server.