AuthorizationAccessTokenOAuth 2.0 access token (and refresh token) .
With a refresh token, AppToken and AppSecret defined we can automatically
refresh access token on expiry.AuthorizationImplicitRepresents a default type, used for pass-through authentication scenarios.
Use NTLM/Negotiate protocol to authorize with windows identity.AuthorizationSystemUserTicketSOTicket for use with SystemUser tokens in CRM online only. See .AuthorizationTicketSOTicket for use in onsite scenarios. See also .AuthorizationUsernamePasswordUsername and password using Basic scheme.ReAuthorizationArgsUsed to contain required types when authorization is refreshed.
IAddHeadersUsed by IAuthorization implementations to add headers for each request.IAuthorizationDefines a method to construct the Authorization header scheme and parameter for Http Requests.
,
,