Home
last modified time | relevance | path

Searched defs:authentication_provider (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A Dstatic_sites.py155 def list_staticsite_users(cmd, name, resource_group_name=None, authentication_provider='all'): argument
163 def invite_staticsite_users(cmd, name, authentication_provider, user_details, domain, argument
182 def update_staticsite_users(cmd, name, roles, authentication_provider=None, user_details=None, user… argument
330 …_find_authentication_provider(client, resource_group_name, name, user_id, authentication_provider): argument
342 def _find_user_id_and_authentication_provider(client, resource_group_name, name, argument
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/EventSubscriber/
H A DAuthenticationSubscriber.php58 …public function __construct(AuthenticationProviderInterface $authentication_provider, AccountProxy…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/EventSubscriber/
H A DAuthenticationSubscriber.php58 …public function __construct(AuthenticationProviderInterface $authentication_provider, AccountProxy…
/dports/sysutils/eclat/eclat-2.0/src/
H A Declat.h43 enum authentication_provider { enum
H A Declat.c28 enum authentication_provider authentication_provider = authp_undefined; variable