This package contains modules that provides authorizing service.
![]() |
|---|
This module provides functionality to authenticate an OAM layer request by getting an approval from the AdministratorAdministration.
Function:
| Method and description | Input parameters | Return type |
|---|---|---|
| isAuthorized This function authorizes the user credentials. |
{string} authorizationCode authorization code received from the header. {string} method is the https method name. |
{Promise} return the authorization result. |

