Class: ClientBasicAuthHandler
Isolated
Defines the Basic Auth handler for client authentication.
Constructor
Initializes the Basic Auth handler for client authentication.
init (CredentialsConfig config)
- config CredentialsConfig
The Basic Auth credentials
Methods
enrich | Enriches the headers with the relevant authentication requirements. |
enrich
Isolated Function
Enriches the headers with the relevant authentication requirements.
Return Type
(map<string | string[ ]> | ClientAuthError)The updated map<string|string[]>
headers map instance or else a grpc:ClientAuthError
in case of an error