get_cognitive_token {AzureCognitive} | R Documentation |
Obtain authentication token for a cognitive service
get_cognitive_token(key, region = "global", token_url = NULL)
key |
The subscription key for the service. |
region |
The Azure region where the service is located. |
token_url |
Optionally, the URL for the token endpoint. |