get_cognitive_token {AzureCognitive} | R Documentation |
Obtain authentication token for a cognitive service
Description
Obtain authentication token for a cognitive service
Usage
get_cognitive_token(key, region = "global", token_url = NULL)
Arguments
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. |
[Package AzureCognitive version 1.0.1 Index]