/usr/include/opkele/uris.h is in libopkele-dev 2.0.4-5.2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #ifndef __OPKELE_URIS_H
#define __OPKELE_URIS_H
#define NSURI_XRDS "xri://$xrds"
#define NSURI_XRD "xri://$xrd*($v*2.0)"
#define NSURI_OPENID10 "http://openid.net/xmlns/1.0"
#define OIURI_OPENID20 "http://specs.openid.net/auth/2.0"
#define OIURI_SREG10 "http://openid.net/sreg/1.0"
#define OIURI_SREG11 "http://openid.net/extensions/sreg/1.1"
#define OIURI_AX10 "http://openid.net/srv/ax/1.0"
#define OIURI_OAUTH10 "http://specs.openid.net/extensions/oauth/1.0"
#define STURI_OPENID10 "http://openid.net/signon/1.0"
#define STURI_OPENID11 "http://openid.net/signon/1.1"
#define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon"
#define STURI_OPENID20_OP "http://specs.openid.net/auth/2.0/server"
#define STURI_OPENID20_RT "http://specs.openid.net/auth/2.0/return_to"
#define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select"
#endif /* __OPKELE_URIS_H */
|