Enum Class OAuthClientRequest.StateEnum

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

public static enum OAuthClientRequest.StateEnum extends Enum<OAuthClientRequest.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.