mssparkutils.credentials.getToken {notebookutils} | R Documentation |
Get AAD token for a resource.
mssparkutils.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
.
mssparkutils.credentials.getToken('synapse')
mssparkutils.credentials.getToken('storage')
mssparkutils.credentials.getToken('storage', 'storage')