Uses of Class
ch.ivyteam.ivy.rest.client.oauth2.OAuth2BearerFilter
Packages that use OAuth2BearerFilter
-
Uses of OAuth2BearerFilter in ch.ivyteam.ivy.rest.client.oauth2
Methods in ch.ivyteam.ivy.rest.client.oauth2 that return OAuth2BearerFilterModifier and TypeMethodDescriptionOAuth2BearerFilter.tokenScopeProperty(String scopeProperty) Sets a rest-client property, that will be used to isolate your auth-token from other calls to the rest-service, that work with the samesession.OAuth2BearerFilter.tokenSuffix(Supplier<String> tokenSuffix)