notebookutils.credentials.getToken {notebookutils} | R Documentation |
Get AAD token for a resource.
notebookutils.credentials.getToken(audience, name = "")
audience |
token audience. |
name |
token audience. |
A empty string used to mimic token returned by azure synapse runtime for accessing resource audience
.
notebookutils.credentials.getToken('synapse')
notebookutils.credentials.getToken('storage')
notebookutils.credentials.getToken('storage', 'storage')