| Package | Description |
|---|---|
| me.figo |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
FigoConnection.addUserAndLogin(String name,
String email,
String password,
String language)
Creates a new figo User and returns a login token
|
TokenResponse |
FigoConnection.convertAuthenticationCode(String authenticationCode)
Convert the authentication code received as result of the login process into an access token usable for data access.
|
TokenResponse |
FigoConnection.convertRefreshToken(String refreshToken)
Convert a refresh token (granted for offline access and returned by `convert_authentication_code`) into an access token usable for data access.
|
TokenResponse |
FigoConnection.credentialLogin(String username,
String password)
Login an user with his figo username and password credentials
|
Copyright © 2018 figo GmbH. All rights reserved.