Authentication.authenticate()

Signature

String authenticate(String username, String password)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Authenticate the given username/password

Parameters

NameTypeDescription
usernameStringThe username to be authenticated
passwordStringThe password of the username

Returns

TypeDescription
StringAn serialized version of the token if authentication succeeds else null