Helper function to log in to a third party OAuth2.0 app without a browser
Source:R/oauth.R
oauth2_login.Rd
It works with oauth2_resource_app()
, and any third party app,
including the fake oauth2_third_party_app()
.
Value
A named list with
login_response
The curl HTTP response object for the login page.token_response
The curl HTTP response object for submitting the login page.
See also
Other OAuth2.0 functions:
oauth2_httr_login()
,
oauth2_resource_app()
,
oauth2_third_party_app()