Skip to main content

Namespace SuperOffice.WebApi.Authorization

Namespaces

SuperOffice.WebApi.Authorization.Exceptions SuperOffice.WebApi.Authorization.Utility

Classes

AuthorizationAccessToken OAuth 2.0 access token (and refresh token) . With a refresh token, AppToken and AppSecret defined we can automatically refresh access token on expiry. AuthorizationImplicit Represents a default type, used for pass-through authentication scenarios. Use NTLM/Negotiate protocol to authorize with windows identity. AuthorizationSystemUserTicket SOTicket for use with SystemUser tokens in CRM online only. See . AuthorizationTicket SOTicket for use in onsite scenarios. See also . AuthorizationUsernamePassword Username and password using Basic scheme. ReAuthorizationArgs Used to contain required types when authorization is refreshed.

Interfaces

IAddHeaders Used by IAuthorization implementations to add headers for each request. IAuthorization Defines a method to construct the Authorization header scheme and parameter for Http Requests. , ,