Configuring Your Client Server
While the ZenKey SDK handles the authorization request, it's necessary to configure a secure server to receive the parameters from the authorization code request. These values are required to request the carrier endpoint and issue a token request from your secure backend. Therefore, you must send an API call to your server which includes the parameters included in the authorization request. For example:
POST
https://api.your-authorization-server.com/token
mccmnc={mccmnc}
&code={auth_code}
&redirect_uri={auth_redirect_uri}
Updated about 1 year ago
Did this page help you?