parent
1176d0cfdb
commit
40901fe072
|
@ -234,7 +234,7 @@ public class Jwt extends AbstractOAuth2Token implements JwtClaimAccessor {
|
|||
* @return the {@link Builder} for further configurations
|
||||
*/
|
||||
public Builder notBefore(Instant notBefore) {
|
||||
this.claim(NBF, notBefore.getEpochSecond());
|
||||
this.claim(NBF, notBefore);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue