Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ We currently support the following provider types:
- Steam Session Tickets
- Epic Online Services (EOS)
- Unity
- Apple
- PlayStation Network (PSN)

Providers are represented in Discord's systems by the following types:

Expand All @@ -106,6 +108,8 @@ Providers are represented in Discord's systems by the following types:
| EPIC_ONLINE_SERVICES_ACCESS_TOKEN | Access token for Epic Online Services. Supports EOS Auth access tokens |
| EPIC_ONLINE_SERVICES_ID_TOKEN | ID token for Epic Online Services. Supports both EOS Auth + Connect ID tokens |
| UNITY_SERVICES_ID_TOKEN | Unity Services authentication ID token |
| APPLE_ID_TOKEN | Apple sign-in authentication ID token |
| PLAYSTATION_NETWORK_ID_TOKEN | PlayStation Network account authentication ID token |
| DISCORD_BOT_ISSUED_ACCESS_TOKEN | An access token for a user authenticated via the Bot Token Endpoint |

---
Expand Down