public class OidcClient
extends java.lang.Object
Constructor and Description |
---|
OidcClient(ClientFactory clientFactory,
OidcConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Invalidate token in the cache.
|
OidcResult |
createAccessToken()
Retrieves a new access token from the token endpoint using the given
OidcConfiguration . |
public OidcClient(ClientFactory clientFactory, OidcConfiguration config)
public OidcResult createAccessToken()
OidcConfiguration
.public void clearCache()