# Functions
GetAuthRedirect handles cases where the OAuth callback was overridden by supplying a redirect_uri in the login process.
GetAuthToken represents the API handler to process a user logging in to Vela from the API or UI.
Login represents the API handler to process a user logging in to Vela.
Logout represents the API handler to process a user logging out of Vela.
PostAuthToken represents the API handler to process a user logging in using PAT to Vela from the API.
RefreshAccessToken will return a new access token if the provided refresh token via cookie is valid.
ValidateOAuthToken represents the API handler to validate that a user OAuth token was created by Vela.
ValidateServerToken will validate if a token was issued by the server if it is provided in the auth header.