# Functions
Initialize auth adapter with public key and url to authi service.
# Constants
Path to login api.
Path to refresh api.
Url of root path for authi.
Name of header where jwt token is stored.
Key to set claim in context.
Content type for AuthenticateDTO.
Environment variable to point to url for the auth service.
Name of header where refresh token is stored.
# Structs
No description provided by the author
No description provided by the author
Implementation of auth adapter to login and refresh token of user.
No description provided by the author
No description provided by the author
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