Uses of Class
com.okta.sdk.resource.model.OAuth2RefreshTokenScope
Packages that use OAuth2RefreshTokenScope
-
Uses of OAuth2RefreshTokenScope in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2RefreshTokenScopeModifier and TypeMethodDescriptionOAuth2RefreshTokenScope.description
(String description) OAuth2RefreshTokenScope.displayName
(String displayName) OAuth2RefreshTokenScope.links
(OAuth2RefreshTokenScopeLinks links) Methods in com.okta.sdk.resource.model that return types with arguments of type OAuth2RefreshTokenScopeModifier and TypeMethodDescriptionOAuth2RefreshTokenEmbedded.getScopes()
The scope objects attached to the TokenMethods in com.okta.sdk.resource.model with parameters of type OAuth2RefreshTokenScopeModifier and TypeMethodDescriptionOAuth2RefreshTokenEmbedded.addscopesItem
(OAuth2RefreshTokenScope scopesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type OAuth2RefreshTokenScopeModifier and TypeMethodDescriptionOAuth2RefreshTokenEmbedded.scopes
(List<OAuth2RefreshTokenScope> scopes) void
OAuth2RefreshTokenEmbedded.setScopes
(List<OAuth2RefreshTokenScope> scopes)