notebookutils.credentials.getToken {notebookutils} | R Documentation |
Get AAD token for a resource.
Description
Get AAD token for a resource.
Usage
notebookutils.credentials.getToken(audience, name = "")
Arguments
audience |
token audience. |
name |
token audience. |
Value
A empty string used to mimic token returned by azure synapse runtime for accessing resource audience
.
Examples
notebookutils.credentials.getToken('synapse')
notebookutils.credentials.getToken('storage')
notebookutils.credentials.getToken('storage', 'storage')
[Package notebookutils version 1.5.3 Index]