Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 272 Bytes

File metadata and controls

13 lines (8 loc) · 272 Bytes

Utils Module

The Utils Module and it's members are accessible on the Magic Admin SDK instance by the utils property.

const { Magic } = require('@magic-sdk/admin');

const mAdmin = new Magic();

mAdmin.utils;
mAdmin.utils.parseAuthorizationHeader;