function hook_oauth2_server_pre_authorize in OAuth2 Server 8
Same name and namespace in other branches
- 7 oauth2_server.api.php \hook_oauth2_server_pre_authorize()
- 2.0.x oauth2_server.api.php \hook_oauth2_server_pre_authorize()
Inform other modules that an authorization process is going to happen.
1 invocation of hook_oauth2_server_pre_authorize()
- OAuth2Controller::authorize in src/
Controller/ OAuth2Controller.php - Authorize.
File
- ./
oauth2_server.api.php, line 18 - OAuth2 Server API documentation.
Code
function hook_oauth2_server_pre_authorize() {
}