UplApi
Authentication
OAuth login flows and token management
postGet redirect URLs
Gets the OAuth authorization URLs for initiating the login flow.
postHandle login
Exchanges an OAuth authorization code for access and refresh tokens.
postMint updater token
Mints an HMAC-signed JWT granting access to release targets based on user scopes.
postRefresh token
Exchanges a refresh token for a new access token and refresh token pair.