Uses of Class
com.mypurecloud.sdk.v2.model.OrgOAuthClient
Packages that use OrgOAuthClient
-
Uses of OrgOAuthClient in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrgOAuthClientModifier and TypeMethodDescriptionOrgOAuthClient.authorizedGrantType(OrgOAuthClient.AuthorizedGrantTypeEnum authorizedGrantType) The OAuth Grant/Client type supported by this client.OrgOAuthClient.createdBy(DomainEntityRef createdBy) User that created this clientOrgOAuthClient.dateCreated(Date dateCreated) Date this client was created.OrgOAuthClient.dateModified(Date dateModified) Date this client was last modified.OrgOAuthClient.dateToDelete(Date dateToDelete) The time at which this client will be deleted.TokenInfo.getOAuthClient()OrgOAuthClient.modifiedBy(DomainEntityRef modifiedBy) User that last modified this clientThe name of the OAuth client.OrgOAuthClient.roleDivisions(List<RoleDivision> roleDivisions) Set of roles and their corresponding divisions associated with this client.The scope requested by this client.OrgOAuthClient.state(OrgOAuthClient.StateEnum state) The state of the OAuth client.Methods in com.mypurecloud.sdk.v2.model with parameters of type OrgOAuthClientModifier and TypeMethodDescriptionTokenInfo.oAuthClient(OrgOAuthClient oAuthClient) voidTokenInfo.setOAuthClient(OrgOAuthClient oAuthClient)