Vocabularyoauth2InputsOutputsDefinition: auth-params ( oauth2 -- params ) [ { [ client-id>> "client_id" ,, ] [ scope>> "scope" ,, ] [ redirect-uri>> "redirect_uri" ,, ] [ extra-params>> %% ] } cleave "code" "response_type" ,, "offline" "access_type" ,, ] { } make ;