class OAuth2::Strategy::AuthCode
def authorize_url(params = {})
-
params
(Hash
) -- additional query parameters for the URL
def authorize_url(params = {}) assert_valid_params(params) @client.authorize_url(authorize_params.merge(params)) end