Namespace UOL.SDK.Authorization
Classes
AuthorizationResult
Represents an OAUTH2.0 authorization result as it was received from an authorization server.
AuthorizationServiceException
The exception that is thrown when an IAuthorizationService or any of its constituent components encounters an error.
Structs
AuthorizationTokens
Represents a set of OAUTH 2.0 access and refresh authorization tokens.
Interfaces
IAuthorizationService
Provides authorization services, more specifically access tokens that can be used to authorized UOL platform calls.
IAuthorizationTokenProvider
Represents a provider of OAUTH2.0 authorization tokens.
IOAUTHClient
Represents the authorization client.
IStaticTokenProvider
Represents a provider that accepts an access token.