class AuthService
Common aggregation for utility methods requires authentication. User: Kirill Date: 25.07.13 11:14
AuthService() AuthService(url: URL, credentials: Credentials?, transport: Transport) |
val auth: AuthInfo
Gets user info and list with connected sellers to the user in credentials. |
fun handshake(): HandshakeReply
This method is very useful to check authentication. Call it to make sure you are successfully authenticated. |