JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.rabbitmq.client.amqp.oauth2
Token
Contents
Description
Method Summary
Method Details
value()
expirationTime()
Hide sidebar
Show sidebar
Interface Token
public interface
Token
A token.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Instant
expirationTime
()
The expiration time of the token.
String
value
()
The value of the token.
Method Details
value
String
value
()
The value of the token.
Returns:
the token value
expirationTime
Instant
expirationTime
()
The expiration time of the token.
Returns:
the expiration time