Create an authorized session
Documentation Index
Fetch the complete documentation index at: https://docs.nomos.energy/llms.txt
Use this file to discover all available pages before exploring further.
The response type, must be 'code' for authorization code flow
code "code"
The client identifier issued to the client during registration
"client_12345"
The URI to redirect to after authorization is complete
"https://your-app.com/callback"
Optional value used by the client to maintain state between request and callback
"xcoiv98sj3coijs"
PKCE code challenge derived from the code verifier
"E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM"
Method used to derive the code challenge, either 'S256' or 'plain'
S256, plain "S256"
If you want to use Nomos as identity provider, you can support a login or signup flow via explicitly setting this parameter. In contrast to the default, the login options skips the consent screen. The signup options allows your users to create a new customer without a subscription attached to it, and therefore register an account.
login, signup "login"
Redirect to the defined redirect_uri