Object -
auth :
OutboundAuthProvider
Represents the outbound Auth provider. Any type of implementation such as JWT and OAuth2 should be object-wise similar
to the OutboundAuthProvider
object.
Methods
Generates a token for the outbound request.
Inspects the incoming data and generates the token as needed.
Parameters
- data map
-
Map of the data, which is extracted from the HTTP response.