Description Usage Arguments Value Author(s) See Also Examples
Authentication in 'MyTarget API' by Code Grant Schema or other auth schems. For detail you can see documentation.
1 2 3 4 5 6 7 8 9 |
login |
Account name, used in file name if you save credential |
grant_type |
Your account grant, get one of two values, "client_credentials" or "agency_client_credentials". Not use in Code Grant Schema. |
client_id |
Yoyr client ID. Not use in Code Grant Schema. |
client_secret |
Your client secret. Not use in Code Grant Schema. |
agency_client_name |
Your client user name. Only for "agency_client_credentials" grant_type. |
code_grant |
logical, Use code gran authorise schema, detail |
token_path |
Path to directory where you save credential data. |
No return value, called for side effects
Alexey Seleznev
API authorization documentation by 'MyTarget'.
1 2 3 4 5 6 | ## Not run:
# Recomendation auth by code grant schema
myTarAuth(login = "my_account_name")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.