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 |
|---|---|
HttpURLConnection |
openConnection(android.net.Uri uri)
Creates a connection to the specified URL.
|
@NonNull HttpURLConnection openConnection(@NonNull android.net.Uri uri) throws IOException
Creates a connection to the specified URL.
IOException - if an error occurs while attempting to establish the connection.