Object -
auth :
OutboundBasicAuthProvider
Represents the outbound Basic Auth authenticator.
Constructor
__init
(Credential credential)
- credential Credential
-
The credential configurations.
Methods
generateToken
Generates a token for Basic authentication.
inspect
Inspects the incoming data and generates the token for Basic authentication.
Fields
- credential Credential
-
The credential configurations.
Generates a token for Basic authentication.
Inspects the incoming data and generates the token for Basic authentication.
Parameters
- data map
-
Map of the data, which is extracted from the HTTP response.