Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function loadAzureCredentialsForToken
import { loadAzureCredentialsForToken } from "https://deno.land/x/fathym_everything_as_code@v0.1.72/src/azure/loadAzureCloudCredentials.ts";

Load Azure credentials from the provided token.

Parameters

token: string

Azure access token.

Returns

Azure credentials based on the provided token.