| Package | Description |
|---|---|
| io.helidon.security.jwt |
JWT (JSON web token) support.
|
| Modifier and Type | Method and Description |
|---|---|
static Jwt.IssueTimeValidator |
Jwt.IssueTimeValidator.create()
New instance with default values (allowed time skew 5 seconds, optional).
|
static Jwt.IssueTimeValidator |
Jwt.IssueTimeValidator.create(Instant now,
int allowedTimeSkew,
TemporalUnit allowedTimeSkewUnit,
boolean mandatory)
New instance with explicit values.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.