Object - auth : InboundAuthProvider

Represents the inbound Auth provider, which could be used to authenticate endpoints. The auth:InboundAuthProvider acts as the interface for all the inbound authentication providers. Any type of implementation such as JWT, OAuth2, LDAP, JDBC, file-based etc. should be object-wise similar.

Methods

authenticate

(string credential)

returns boolean | Error

Parameters

  • credential string
  • Return Type

    (boolean | Error)