coolishbee / universal-sdk-unity

The Universal SDK for Unity provides a modern way of implementing Social Login APIs.
45 stars 11 forks source link

Logout from Apple. #24

Closed yiki94 closed 9 months ago

yiki94 commented 1 year ago

Hi @coolishbee I want to have a logout from Apple Login, to do this, I need to revoke token and require the client_id, client_secret etc. Does anyone know how to get the client_secret, token and client_id?

https://developer.apple.com/documentation/sign_in_with_apple/revoke_tokens

coolishbee commented 1 year ago

Hi,

client_id : The app's Bundle ID client_secret : idToken in jwt format token : It seems to be an authorizationCode.(Sorry, Coming soon)