You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function simple_oauth_21_help($route_name, RouteMatchInterface $route_match) {
return match ($route_name) {
'help.page.simple_oauth_21' => '<p>' . t('The Simple OAuth 2.1 module provides OAuth 2.1 compliance features and serves as an umbrella module for coordinating OAuth 2.1 related functionality.') . '</p>',
'simple_oauth_21.dashboard' => '<p>' . t('This dashboard provides an overview of OAuth 2.1 compliance status and configuration options.') . '</p>',