//----------------------------------------------------------------------- // // Copyright (c) Outercurve Foundation. All rights reserved. // //----------------------------------------------------------------------- namespace DotNetOpenAuth.OpenId.Extensions.AttributeExchange { /// /// Attribute Exchange constants /// internal static class Constants { /// /// The TypeURI by which the AX extension is recognized in /// OpenID messages and in XRDS documents. /// internal const string TypeUri = "http://openid.net/srv/ax/1.0"; } }