Learn R Programming

notebookutils (version 1.5.3)

notebookutils.credentials.getToken: Get AAD token for a resource.

Description

Get AAD token for a resource.

Usage

notebookutils.credentials.getToken(audience, name = "")

Value

A empty string used to mimic token returned by azure synapse runtime for accessing resource audience.

Arguments

audience

token audience.

name

token audience.

Examples

Run this code
notebookutils.credentials.getToken('synapse')
notebookutils.credentials.getToken('storage')
notebookutils.credentials.getToken('storage', 'storage')

Run the code above in your browser using DataLab