Class AuthBasicService

Class AuthBasicService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.AuthBasicService : xbe.sdk.ServiceBase#

Public Functions

AuthBasicService ()#
Task<AuthToken> Authenticate (string username, string password)#

Authenticates the user using HTTP Basic and returns a JSON Web Token access token to be used with future API requests.