Uses of Class
com.okta.sdk.resource.model.AuthorizationServerResourceHrefObject
Packages that use AuthorizationServerResourceHrefObject
-
Uses of AuthorizationServerResourceHrefObject in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthorizationServerResourceHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.getAuthorizationServer()
Link to the Token authorization server resourceOAuth2ScopeConsentGrantLinks.getAuthorizationServer()
Link to the authorization server resourceMethods in com.okta.sdk.resource.model with parameters of type AuthorizationServerResourceHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.authorizationServer
(AuthorizationServerResourceHrefObject authorizationServer) OAuth2ScopeConsentGrantLinks.authorizationServer
(AuthorizationServerResourceHrefObject authorizationServer) void
OAuth2RefreshTokenLinks.setAuthorizationServer
(AuthorizationServerResourceHrefObject authorizationServer) void
OAuth2ScopeConsentGrantLinks.setAuthorizationServer
(AuthorizationServerResourceHrefObject authorizationServer)