SDK Reference

AuthOS TypeScript SDK guides and reference material.

SDK Reference

The AuthOS SDK (@drmhse/sso-sdk) is the canonical client library for browser apps, CLIs, adapters, and service integrations.

Start here

Common scenarios

  • Hosted application login with sso.auth.getAuthorizeUrl()
  • Hosted account-security management with sso.auth.getAccountSecurityUrl()
  • Hosted auth metadata for custom UIs with sso.auth.getContext()
  • Platform-owner tooling with sso.platform.*
  • Tenant application login with org and service context
  • Provider token flows via linked accounts and sso.serviceApi.requestProviderToken()

Local defaults

Use http://localhost:3001 as the API origin for local development examples.

Sections

Pages