Uses of Interface
com.okta.sdk.resource.OAuth2Actor
-
Packages that use OAuth2Actor Package Description com.okta.sdk.resource -
-
Uses of OAuth2Actor in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuth2Actor Modifier and Type Method Description OAuth2Actor
OAuth2RefreshToken. getCreatedBy()
OAuth2Actor
OAuth2ScopeConsentGrant. getCreatedBy()
OAuth2Actor
OAuth2Actor. setType(java.lang.String type)
Methods in com.okta.sdk.resource with parameters of type OAuth2Actor Modifier and Type Method Description OAuth2RefreshToken
OAuth2RefreshToken. setCreatedBy(OAuth2Actor createdBy)
OAuth2ScopeConsentGrant
OAuth2ScopeConsentGrant. setCreatedBy(OAuth2Actor createdBy)
-