Post

Replies

Boosts

Views

Activity

Reply to Token Refresh
I'm getting the followings in the response{ access_token: 'xxxxxxxxxxxaxxxxxxxxx', token_type: 'Bearer', expires_in: 3600}Whereas I was expecting a TokenResponse, as perhttps://developer.apple.com/documentation/signinwithapplerestapi/generate_and_validate_tokensNow the problem is access_token is if no use as of now, where do I get the followings, which were supposed to come part of TokenResponseid_tokenrefresh_tokenWithout id_token, I can't extract user id, without refresh_token I can revalidate after the current refresh_token expires
Mar ’20