fun tokenFromPassword(clientId: String, clientSecret: String, username: String, password: String, vararg scopes: String): Call<TokenResponse>
Log in using identifier and password
clientId
- The client id of the app.
clientSecret
- The client secret of the app.