dispatch

Dispatch rules
Name Path Resource Args
oauth2_consumer_authorize [“oauth-service”,”authorize”,”zotonic”,consumer_id] controller_oauth2_service_authorize [{service_module,z_zotonic_oauth_service}]
oauth2_service_redirect [“oauth-service”,”redirect”] controller_oauth2_service_redirect []
oauth2_server_authorize [“oauth”,”authorize”] controller_template [{template,”oauth2_logon_authorize.tpl”},{acl,is_auth}]
oauth2_server_access_token [“oauth”,”access_token”] controller_oauth2_access_token []
admin_oauth2_apps [“admin”,”oauth”,”apps”] controller_admin [{template,”admin_oauth2_apps.tpl”}]
admin_oauth2_consumers [“admin”,”oauth”,”consumers”] controller_admin [{template,”admin_oauth2_consumers.tpl”}]

Edit on GitHub

Referred by

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.