public class RefreshTokenInfoValue extends AuthValue
Constructor and Description |
---|
RefreshTokenInfoValue(io.confluent.security.authentication.oidc.RefreshTokenInfo refreshTokenInfo) |
Modifier and Type | Method and Description |
---|---|
String |
encryptedRefreshToken() |
AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode() |
long |
issuedAt() |
String |
issuer() |
String |
sessionId() |
String |
subClaim() |
String |
toString() |
public RefreshTokenInfoValue(io.confluent.security.authentication.oidc.RefreshTokenInfo refreshTokenInfo)
public AuthEntryType entryType()
public String issuer()
public String encryptedRefreshToken()
public long issuedAt()
public String subClaim()
public String sessionId()