Modifier and Type | Method and Description |
---|---|
static JwtConsumer |
JwtConsumer.create()
Creates a new
JwtConsumer object using the default configuration ID "defaultJwtConsumer". |
static JwtConsumer |
JwtConsumer.create(java.lang.String consumerConfigId)
Creates a new
JwtConsumer object using the configuration ID provided. |