OAuth Tokens

Access Token

The Oracle Construction and Engineering Lobby generates access tokens as a signed JSON Web Token (JWT) to facilitate authenticated and authorized access to APIs.

Access tokens have an expiry period of 1 hour.

Refresh Token

The Oracle Construction and Engineering Lobby generates refresh tokens as a signed JSON Web Token (JWT) to facilitate retrieval of a new access token when the old one has expired.

Refresh tokens have an expiry period of 1 week (7 days).