Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 833 Bytes

File metadata and controls

16 lines (11 loc) · 833 Bytes

SECURITY Module

This package contains modules that provides authorizing service.

apd_image15

AuthorizingService.js

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.

colorline_green