View source: R/edl_set_token.R
edl_revoke_token | R Documentation |
Users can only have at most 2 active tokens at any time. You don't need to keep track of a token since earthdatalogin can retrieve your tokens with your user name and password. However, should you want to revoke a token, you can do so with this function.
edl_revoke_token(
username = default("user"),
password = default("password"),
token_number = 1
)
username |
EarthData Login User |
password |
EarthData Login Password |
token_number |
Which token (1 or 2) |
API response (invisibly)
edl_revoke_token()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.