Enum AuthenticationScheme

java.lang.Object
java.lang.Enum<AuthenticationScheme>
com.okta.sdk.client.AuthenticationScheme
All Implemented Interfaces:
Serializable, Comparable<AuthenticationScheme>, java.lang.constant.Constable

public enum AuthenticationScheme extends Enum<AuthenticationScheme>
Enumeration that defines the available HTTP authentication schemes to be used when communicating with the Okta API server.

The Authentication Scheme setting is helpful in cases where the code is run in a platform where the header information for outgoing HTTP requests is modified and thus causing communication issues.

One of SSWS (Okta session bearer token) (or) OAUTH2 authentication schemes should be used for the management SDK, NONE should be used for unauthenticated requests.

Since:
0.5.0