Interface OAuth2Settings.TlsSettings<T>
- Type Parameters:
T
- the type of object returned by methods, usually the object itself
- Enclosing interface:
OAuth2Settings<T>
public static interface OAuth2Settings.TlsSettings<T>
TLS settings to request the OAuth 2 token.
- Since:
- 0.4.0
-
Method Summary
Modifier and TypeMethodDescriptionoauth2()
Go back to the general OAuth 2 settings.sslContext
(SSLContext sslContext) SSLContext
for HTTPS requests.
-
Method Details
-
sslContext
SSLContext
for HTTPS requests.- Parameters:
sslContext
- the SSL context- Returns:
- TLS settings
-
oauth2
-