Class OidcConfiguration

java.lang.Object
com.codename1.io.oidc.OidcConfiguration

public final class OidcConfiguration extends Object

The subset of an OpenID Connect provider's .well-known/openid-configuration document that OidcClient cares about. Construct directly when you already know the endpoints, or obtain via OidcClient.discover(String) which fetches and parses the document.

All fields are immutable after construction. Use newBuilder() to start from a blank slate; use newBuilder(OidcConfiguration) to derive one from an existing instance.

Since:
7.0.245
  • Method Details