apidocs / com.srv4pos.server.api.auth / AuthService

AuthService

class AuthService

Common aggregation for utility methods requires authentication. User: Kirill Date: 25.07.13 11:14

Constructors

<init>

AuthService()
AuthService(url: URL, credentials: Credentials?, transport: Transport)

Properties

auth

val auth: AuthInfo

Gets user info and list with connected sellers to the user in credentials.

Functions

handshake

fun handshake(): HandshakeReply

This method is very useful to check authentication. Call it to make sure you are successfully authenticated.