Object - auth : OutboundAuthProvider

Represents the outbound Auth provider, which could be used to authenticate external endpoints. Any type of implementation such as JWT, OAuth2, LDAP, JDBC, file-based etc. should be object-wise similar to the auth:OutboundAuthProvider object.

generateToken

()

returns string | Error
  • Return Type

    (string | Error)

inspect

(map<anydata> data)

returns string | Error?

Parameters

  • data map<anydata>
  • Return Type

    (string | Error?)