kp1
1
Hi
I am getting access token with iOS SDK, but it has empty payload. From other threads I find out, that I need to set Audience parameter to fix that.
But I can’t found how to make it with iOS SDK.
In Auth0.plist there is only Domain and ClientId params:
kp1
2
I found how to make it Here is example:
Auth0
.webAuth()
.audience("YOUR_AUTH0_API_IDENTIFIER")
1 Like
Thanks for sharing it with the rest of community!
1 Like
system
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.