AuthorizationSession
Class
Definition
An OAuth authorization session is used to initiate the authorization code grant flow to allow ADF to access resources on your behalf.
public class AuthorizationSession
- Inheritance
-
AuthorizationSession
Constructors
| AuthorizationSession() |
Initializes a new instance of the AuthorizationSession class. |
| AuthorizationSession(Uri, String) |
Initializes a new instance of the AuthorizationSession class with required arguments. |
Properties
| Endpoint |
Required. Use the OAuth authorization endpoint to log-in and acquire an authorization that may be used by ADF to access resources on your behalf. Each authorization is unique and may only be used once. |
| SessionId |
Required. Provide this value when creating an OAuth linked service. Each session id is unique and may only be used once. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |