Skip to content

Commit e67ba0b

Browse files
authored
docs: add Apple and PSN external account providers (#8007)
Add documentation for Apple ID Token and PlayStation Network ID Token as supported provider types for provisional accounts in the Discord Social SDK.
1 parent dc43f22 commit e67ba0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/discord-social-sdk/development-guides/using-provisional-accounts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ We currently support the following provider types:
9494
- Steam Session Tickets
9595
- Epic Online Services (EOS)
9696
- Unity
97+
- Apple
98+
- PlayStation Network (PSN)
9799

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

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

111115
---

0 commit comments

Comments
 (0)