Uses of Class
com.okta.sdk.resource.model.AppResourceHrefObject
-
Uses of AppResourceHrefObject in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.getApp()
Link to the app resourceOAuth2ScopeConsentGrantLinks.getApp()
Link to the app resourceOAuth2RefreshTokenLinks.getClient()
Link to the client resourceOAuth2ScopeConsentGrantLinks.getClient()
Link to the client resourceModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.app
(AppResourceHrefObject app) OAuth2ScopeConsentGrantLinks.app
(AppResourceHrefObject app) OAuth2RefreshTokenLinks.client
(AppResourceHrefObject client) OAuth2ScopeConsentGrantLinks.client
(AppResourceHrefObject client) void
OAuth2RefreshTokenLinks.setApp
(AppResourceHrefObject app) void
OAuth2ScopeConsentGrantLinks.setApp
(AppResourceHrefObject app) void
OAuth2RefreshTokenLinks.setClient
(AppResourceHrefObject client) void
OAuth2ScopeConsentGrantLinks.setClient
(AppResourceHrefObject client)