public static class KeycloakConfiguration.AccessToken extends Object
protected Instant
expiresAt
protected String
value
AccessToken(String value, Instant expiresAt)
Instant
getExpiresAt()
String
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String value
protected final Instant expiresAt
public AccessToken(String value, Instant expiresAt)
public String getValue()
public Instant getExpiresAt()
Copyright © 2021 Flowable. All rights reserved.