public class BearerTokenMetadata
extends java.lang.Object
Payload#metadata()
.Modifier and Type | Field and Description |
---|---|
static org.springframework.util.MimeType |
BEARER_AUTHENTICATION_MIME_TYPE
Deprecated.
Basic did not evolve into the standard. Instead use Simple
Authentication
MimeTypeUtils.parseMimeType(WellKnownMimeType.MESSAGE_RSOCKET_AUTHENTICATION.getString())
|
Constructor and Description |
---|
BearerTokenMetadata(java.lang.String token) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getToken() |
@Deprecated public static final org.springframework.util.MimeType BEARER_AUTHENTICATION_MIME_TYPE