azure-mgmt-authorization

0.9.0-pre.6 • Public • Published

Microsoft Azure SDK for Node.js - Authorization

This project provides a Node.js package for accessing the Azure PAS. Right now it supports:

  • Node.js version: 0.6.15 or higher
  • **API version: **

Features

How to Install

npm install azure-authorization

How to Use

Authentication

Create the Authorization client

var fs = require("fs"),
common = require("azure-common"),
authorizationManagement = require("azure-authorization");
 
var authorizationManagementClient = authorizationManagement.createAuthorizationManagementClient(new common.TokenCloudCredentials({
  subscriptionId: "<your subscription id>",
  token: "<your token here>"
}));

Related projects

Readme

Keywords

Package Sidebar

Install

npm i azure-mgmt-authorization

Weekly Downloads

56

Version

0.9.0-pre.6

License

none

Last publish

Collaborators

  • windowsazure