Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
openid.inc
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
constant OPENID_NS_2_0
OpenID Authentication 2.0 namespace URL.
3 uses of OPENID_NS_2_0
openid_association_request
in drupal/
core/
modules/
openid/
openid.module
openid_authentication_request
in drupal/
core/
modules/
openid/
openid.module
_openid_test_endpoint_authenticate
in drupal/
core/
modules/
openid/
tests/
openid_test.module
OpenID endpoint; handle "authenticate" requests.
File
drupal/
core/
modules/
openid/
openid.inc
, line 35
OpenID utility functions.
Code
const
OPENID_NS_2_0
=
'http://specs.openid.net/auth/2.0'
;