Uses of Class
com.okta.sdk.resource.model.OAuth2ScopeConsentGrantLinks
Packages that use OAuth2ScopeConsentGrantLinks
-
Uses of OAuth2ScopeConsentGrantLinks in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2ScopeConsentGrantLinksModifier and TypeMethodDescriptionOAuth2ScopeConsentGrantLinks.app(AppResourceHrefObject app) OAuth2ScopeConsentGrantLinks.authorizationServer(AuthorizationServerResourceHrefObject authorizationServer) OAuth2ScopeConsentGrantLinks.client(AppResourceHrefObject client) OAuth2ScopeConsentGrant.getLinks()Get linksOAuth2ScopeConsentGrantLinks.scope(ScopeResourceHrefObject scope) OAuth2ScopeConsentGrantLinks.self(HrefObjectSelfLink self) OAuth2ScopeConsentGrantLinks.user(UserResourceHrefObject user) Methods in com.okta.sdk.resource.model with parameters of type OAuth2ScopeConsentGrantLinksModifier and TypeMethodDescriptionOAuth2ScopeConsentGrant.links(OAuth2ScopeConsentGrantLinks links) voidOAuth2ScopeConsentGrant.setLinks(OAuth2ScopeConsentGrantLinks links)