Enum AuthorizationMode
Authorization mode enum.
Namespace: Okta.Sdk.Configuration
Assembly: Okta.Sdk.dll
Syntax
public enum AuthorizationMode
Fields
Name | Description |
---|---|
PrivateKey | Indicates that the SDK will request and send an access token in the authorization header when making calls. |
SSWS | Indicates that the SDK will send a SSWS token in the authorozation header when making calls. |