login

suspend fun login()

Performs the login to the developer site using the provided email and password.

This function authenticates the user with the developer website, retrieves temporary API keys, and filters the keys based on the current IP address. It also creates new keys, if necessary, to ensure the desired number of API keys per account is met.

Throws

if the provided login credentials are invalid or incorrect.