Package io.github.evisentin.wordpress.client.domain.auth.header


package io.github.evisentin.wordpress.client.domain.auth.header
Authorization header provider abstractions and implementations.

This package contains components responsible for transforming authentication strategies into HTTP Authorization header values.

The central contract is AuthenticationHeaderProvider, with implementations for both Basic and JWT bearer authentication.