Differences
This shows you the differences between two versions of the page.
projects:member_portal:oauth [2025/10/06 16:20] – created samp20 | projects:member_portal:oauth [2025/10/06 16:24] (current) – samp20 | ||
---|---|---|---|
Line 8: | Line 8: | ||
| session_id | Optional FK | Associated login session | | | session_id | Optional FK | Associated login session | | ||
| client_id | FK | The OAuth client sending this request | | | client_id | FK | The OAuth client sending this request | | ||
- | + | | response_type| str| | | |
+ | | scope | str| | | ||
+ | | state| str| | | ||
+ | | nonce| str| | | ||
+ | | redirect_uri| str| | |