interface Credentials
Interface for all Credentials.
User: Kirill, Date: 19.09.13 13:40
.
abstract fun getSellerId(): String!
Returns sellerId. SellerId is concatenate of seller's country and seller's corporate ID. |
|
abstract fun toAuthentication(): String!
Returns Base64 based authentication. |
open class AdminCredentials : Credentials
Created by misha on 1/18/18. |
|
open class SellerCredentials : Credentials
This credentials doesn't have any authentication info. |