Object - auth : InboundAuthProvider

Represents the inbound Auth provider. Any type of implementation such as LDAP, JDBC, file-based etc. should be object-wise similar.

authenticate

(string credential)

returns boolean | error

Authenticate with credential value passed.

Parameters

  • credential string
  • Credential value

  • Return Type

    (boolean | error)
  • True if authentication is a success, else false or error occurred