Introduction
This ZenKey QuickStart Covers performing an authorization request on your primary mobile device, that is to say the same device which you have installed your ZenKey App.
Authorization
This video will cover making an authorization request using the ZenKey iOS SDK, but the topics covered here will help you understand the whole authorization flow, regardless of platform. We’ll be covering how the ZenKey iOS SDK issues an Authorization request to the authorization endpoint we found during discovery and receives a redirect_uri
with the requested auth code.
Token Requests
With your auth code in hand, it’s time to exchange the auth code for a token. The token endpoint requires some form of privileged authorization – a signed assertion or a authorization header – as well as the authorization code, and the same redirect uri that was used when you requested the auth code from your application.
Updated 7 months ago
What's Next
Android Quickstart |
iOS Quickstart |