Next steps
On This Page
When your application passes a request with an access token, the resource server needs to validate it. See Validate access tokens.
Examples
The following native application examples show the Authorization Code flow, as it would be implemented by a native application that needs to authenticate a user. These are complete example applications that show the entire experience.
| Environment | Example Repository | |
|---|---|---|
| Android | https://github.com/okta/okta-sdk-appauth-android | |
| iOS | https://github.com/okta/okta-oidc-ios |