Learn R Programming

genesysr (version 2.2.0)

user_login: Login to Genesys as a user

Description

The authorization URL will open in a browser, ask the user to grant permissions to R.

Usage

user_login(redirect_uri = "http://127.0.0.1:48913")

Arguments

redirect_uri

a custom redirect_uri to submit as part of the authentication request. This is most useful if the default port is blocked and you wish to specify another port: `redirect_uri = "http://127.0.0.1:44211"`. Note that using `http://localhost` will not work.

Details

After successful authentication the browser will display the message: "Authentication complete. Please close this page and return to R."

Close the browser and return to R.

See Also

setup