Uses of Class
com.okta.sdk.resource.model.AppCustomHrefObject
Packages that use AppCustomHrefObject
-
Uses of AppCustomHrefObject in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AppCustomHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.getApp()Link to the app resourceOAuth2ScopeConsentGrantLinks.getApp()Link to the app resourceOAuth2RefreshTokenLinks.getAuthorizationServer()Link to the Token authorization server resourceOAuth2RefreshTokenLinks.getClient()Link to the client resourceOAuth2ScopeConsentGrantLinks.getClient()Link to the client resourceOAuth2RefreshTokenScopeLinks.getScope()Link to Scope resourceOAuth2RefreshTokenLinks.getUser()Link to the user resourceAppCustomHrefObject.hints(AppCustomHrefObjectHints hints) Methods in com.okta.sdk.resource.model with parameters of type AppCustomHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.app(AppCustomHrefObject app) OAuth2ScopeConsentGrantLinks.app(AppCustomHrefObject app) OAuth2RefreshTokenLinks.authorizationServer(AppCustomHrefObject authorizationServer) OAuth2RefreshTokenLinks.client(AppCustomHrefObject client) OAuth2ScopeConsentGrantLinks.client(AppCustomHrefObject client) OAuth2RefreshTokenScopeLinks.scope(AppCustomHrefObject scope) voidOAuth2RefreshTokenLinks.setApp(AppCustomHrefObject app) voidOAuth2ScopeConsentGrantLinks.setApp(AppCustomHrefObject app) voidOAuth2RefreshTokenLinks.setAuthorizationServer(AppCustomHrefObject authorizationServer) voidOAuth2RefreshTokenLinks.setClient(AppCustomHrefObject client) voidOAuth2ScopeConsentGrantLinks.setClient(AppCustomHrefObject client) voidOAuth2RefreshTokenScopeLinks.setScope(AppCustomHrefObject scope) voidOAuth2RefreshTokenLinks.setUser(AppCustomHrefObject user) OAuth2RefreshTokenLinks.user(AppCustomHrefObject user)