public final class ReactiveJwtDecoders
extends java.lang.Object
ReactiveJwtDecoder
from an
OpenID Provider Configuration.Modifier and Type | Method and Description |
---|---|
static ReactiveJwtDecoder |
fromOidcIssuerLocation(java.lang.String oidcIssuerLocation)
Creates a
ReactiveJwtDecoder using the provided
Issuer by making an
OpenID Provider
Configuration Request and using the values in the
OpenID
Provider Configuration Response to initialize the ReactiveJwtDecoder . |
public static ReactiveJwtDecoder fromOidcIssuerLocation(java.lang.String oidcIssuerLocation)
ReactiveJwtDecoder
using the provided
Issuer by making an
OpenID Provider
Configuration Request and using the values in the
OpenID
Provider Configuration Response to initialize the ReactiveJwtDecoder
.oidcIssuerLocation
- the IssuerReactiveJwtDecoder
that was initialized by the OpenID Provider Configuration.