Class OidcClient


  • public class OidcClient
    extends java.lang.Object
    Service that can retrieve a new access token.
    • Method Detail

      • createAccessToken

        public OidcResult createAccessToken()
        Retrieves a new access token from the token endpoint using the given OidcConfiguration.
      • clearCache

        public void clearCache()
        Invalidate token in the cache.