Checks the URL of the Shiny app to get the state and code URL parameters.

authReturnCode(session, securityCode = getOption("googleAuthR.securitycode"))

Arguments

session

A shiny session object

securityCode

A random string to check the auth comes form the same origin.

Value

The Google auth token in the code URL parameter.

See also