public interface ConnectionBuilder
Creates HttpURLConnection instances for use in direct interactions
with the authorization service, i.e. those not performed via a browser.
| Modifier and Type | Method and Description |
|---|---|
java.net.HttpURLConnection |
openConnection(android.net.Uri uri)
Creates a connection to the specified URL.
|