Get the public authentication provider catalog

View as Markdown

Sign-in provider availability and CLI OAuth configuration. Public — callers read it before any session exists. A non-null Clerk publishable key offers browser sign-in; a non-null OAuth client offers the PKCE CLI sign-in lane.

Response

OK
clerkPublishableKeystring or nullOptional

Clerk publishable key for browser sign-in; absent when the environment has no Clerk instance

oauthClientobject or nullOptional

OAuth PKCE client configuration for the CLI; absent until its client configuration is complete

Errors

400
Bad Request Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error