This sample app for Android uses the OAuth API of High-Mobility to have car access granted by the owner. The OAuth flow is described in detail on https://high-mobility.com/learn/documentation/cloud-api/oauth2/intro/
Before running the app, make sure to configure the following:
- in
BasicOAuthActivity.kt
: Initialise HMKit with a valid device certificate from the Developer Center https://high-mobility.com/develop/ - In the Developer Center, go to the
OAuth2 Client
settings page - Copy and insert the Auth URI, Client ID, redirectScheme (URL-scheme for iOS & Android), Token URI,
and an app's Serial # / AppId, into the instance variables of
BasicOAuthActivity.kt
. All of this is written on the OAuth page: https://high-mobility.com/profile/oauth-client - Set the scopes for which you ask permissions - the full list is here https://high-mobility.com/learn/documentation/auto-api/api-structure/permissions
Run the app on your phone and start the OAuth process. Once completed you will receive an Access Token
that is passed into HMKit to download access certificates for the car. With this, the device has been authorised.
If you have questions or if you would like to send us feedback, join our Slack Channel or email us at [email protected].