Uses of Record Class
io.fluxzero.idp.client.OidcTenantConfig
-
Uses of OidcTenantConfig in io.fluxzero.idp.client
Methods in io.fluxzero.idp.client that return OidcTenantConfigMethods in io.fluxzero.idp.client with parameters of type OidcTenantConfigModifier and TypeMethodDescriptionstatic TokenValidationRequestTokenValidationRequest.accessToken(String token, OidcTenantConfig config) Creates a validation request for a bearer access token sent to backend APIs.static TokenValidationRequestTokenValidationRequest.idToken(String token, OidcTenantConfig config) Creates a validation request for an ID token returned to the BFF callback.Constructors in io.fluxzero.idp.client with parameters of type OidcTenantConfigModifierConstructorDescriptionOidcClient(OidcTenantConfig config) Creates a client that discovers OIDC endpoints from the configured issuer.OidcClient(OidcTenantConfig config, OidcDiscoveryDocument discovery) Creates a client with already discovered metadata.