public class BearerTokenExtractor extends Object
| Constructor and Description |
|---|
BearerTokenExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken(String authorizationHeader)
Pulls the access token off of the request, by looking for the Authorization header containing a Bearer token.
|
public String getAccessToken(String authorizationHeader)
authorizationHeader - The authorization header from the request.null if the access token was not present or was not using Bearer
authorization.Copyright © 2025 Open Identity Platform Community. All rights reserved.