JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.rabbitmq.client.amqp.oauth2
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