interface IdentityService

Methods

authenticate (array $options) : array

Authenticates and retrieves back a token and catalog.

Details

authenticate(array $options)

Authenticates and retrieves back a token and catalog.

Parameters

$options array

Return value

array The FIRST key is {see Token} instance, the SECOND key is a {see Catalog} instance

Example code

$array = $identityService->authenticate($options);