Skip to main content

API Reference

This section centralizes the technical API details required to integrate with Visual Passcodes using OpenID Connect.

Use the pages below as a quick reference for implementation:

  • Endpoints & discovery: Issuer information, discovery metadata, and the main OIDC endpoints used by clients.
  • Tokens & scopes: Supported scopes, token types, validation expectations, and signing algorithm notes.
  • API specs: Interactive OpenAPI specification for endpoint-level details.

If you're implementing a new client, a common order is: Endpoints & discovery → Tokens & scopes → API specs.