Rdocumentation
powered by
Learn R Programming
clarifai (version 0.2)
get_token: Get Access Token
Description
Once you have set your Application ID and Secret via
secret_id
, get the access token.
Usage
get_token()
Arguments
Value
a list with 4 things: access_token, token_type, expires_in, scope
References
https://developer.clarifai.com/
Examples
Run this code
get_token()
Run the code above in your browser using
DataLab