# Packages
No description provided by the author
# Functions
NewAuthTokenHandler returns a new instance of a native authentication token handler.
NewNativeAuthClient will create a new native client able to create authentication tokens.
NewNativeAuthServer returns a native authentication server that verifies authentication tokens: 1.
# Structs
ArgsNativeAuthClient is the DTO used in the native auth client constructor.
ArgsNativeAuthServer is the DTO used in the native auth server constructor.
AuthToken is the native authentication token implementation.