Skip to main content

Authentication

Logging In

To authenticate with the Corellium API, you must provide an endpoint, username and password as shown below:

Rendering command...

Upon successful login, your authentication token, token expiration, and endpoint will be saved to the current user's home directory.

A .corellium folder will be created in $XDG_CONFIG_HOME or user's home directory to store the profile.json if it doesn't already exist. The token will expire; therefore subsequent logins will be needed to refresh authentication. If you need to change endpoints, run the login command again.

Logging Out

To logout, simply run the corellium logout command.

> corellium logout
Logout succesful, deleted profile at /Users/user/.corellium/profile.json

Logout will remove the profile.json and leave the .corellium folder in place.