Description Usage Arguments See Also Examples
View source: R/authentication.R
wercker_test_token
checks if a token is valid by attempting to authenticate with the Wercker's api.
1 | wercker_test_token(token = wercker_get_token())
|
token |
character or missing, if missing the token is obtained using |
Other authentication functions: wercker_get_token
,
wercker_set_token
1 2 3 4 5 | ## Not run:
wercker_test_token()
wercker_test_token("bad_token")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.