| Modifier and Type | Method and Description |
|---|---|
static OIDCBearerAuth |
OIDCBearerAuth.fromAccessTokenString(String accessToken)
Constructs a new object from an OIDC base64 encoded access-token string.
|
static OIDCBearerAuth |
OIDCBearerAuth.fromAuthorizationHeader(String authorizationHeader)
Constructs a new object from an HTTP authorization header containing the bearer token with an OIDC access-token.
|
static OIDCBearerAuth |
OIDCBearerAuth.fromBearerAuthorization(String bearerAuthorization)
Constructs a new object from a bearer token with an OIDC access-token.
|
Copyright © 2025. All rights reserved.