Class: Zitadel::Client::Auth::Authenticator
- Inherits:
-
Object
- Object
- Zitadel::Client::Auth::Authenticator
- Defined in:
- lib/zitadel/client/auth/authenticator.rb
Overview
Abstract base class for authenticators.
This class defines the basic structure for any authenticator by requiring the implementation of a method to retrieve authentication headers, and provides a way to store and retrieve the host.
Direct Known Subclasses
NoAuthAuthenticator, OAuthAuthenticator, PersonalAccessTokenAuthenticator