Searched refs:authEndpoint (Results 1 – 2 of 2) sorted by relevance
127 final Uri.Builder b = Uri.parse(provider.authEndpoint).buildUpon(); in createOAuthRegistrationRequest()161 provider.authEndpoint = getXmlAttribute(context, xml, "auth_endpoint"); in getAllOAuthProviders()212 provider.authEndpoint = getXmlAttribute(context, xml, "auth_endpoint"); in findOAuthProvider()
200 public String authEndpoint; field in VendorPolicyLoader.OAuthProvider