Enum Class OrgOAuthClient.StateEnum

java.lang.Object
java.lang.Enum<OrgOAuthClient.StateEnum>
com.mypurecloud.sdk.v2.model.OrgOAuthClient.StateEnum
All Implemented Interfaces:
Serializable, Comparable<OrgOAuthClient.StateEnum>, java.lang.constant.Constable
Enclosing class:
OrgOAuthClient

public static enum OrgOAuthClient.StateEnum extends Enum<OrgOAuthClient.StateEnum>
The state of the OAuth client. Active: The OAuth client can be used to create access tokens. This is the default state. Disabled: Access tokens created by the client are invalid and new ones cannot be created. Inactive: Access tokens cannot be created with this OAuth client and it will be deleted.