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