# Functions
InitOAuthServer initializes the OAuth server.
NewJWTAccessTokenGen creates a JWTAccessTokenGen instance.
# Constants
DefaultClientID is the default client ID used if none provided.
nolint: gas.
# Variables
DefaultSigningKey is the default token signing key used if none provided.
DefaultVerifyingKey is the default token verifying key used if none provided.
Server serves OAuth endpoint requests.
# Structs
JWTAccessTokenGen represents a JWT access token generator.