| Interface | Description |
|---|---|
| AuthMethod |
This interface defines the methods required for a HTTP authentication method.
|
| Class | Description |
|---|---|
| BasicAuth |
This class represents the Basic HTTP authentication scheme.
|
| TokenAuth |
This class represents a token-based HTTP authentication scheme, such as JWT.
|