Package io.micronaut.security.oauth2.client.clientcredentials.propagation
package io.micronaut.security.oauth2.client.clientcredentials.propagation
Classes related to the propagation of a token obtained via Client Credentials Grant.
- Since:
- 2.2.0
- Author:
- Sergio del Amo
-
ClassDescriptionPropagates a token obtained via client credentials based off of a header.HTTP header client credentials token propagation configuration.An
HttpClientFilter
to add an access token to outgoing request thanks to a Client Credentials request.Responsible for retrieving and writing tokens obtained via a client credentials request.The default token propagator that uses the default header configuration.