public class OAuth2Client extends Object
| Constructor and Description |
|---|
OAuth2Client(String authUrl,
Map<? extends Serializable,? extends Serializable> data) |
OAuth2Client(String authUrl,
String referrer,
Map<? extends Serializable,? extends Serializable> data) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
authenticate()
Get the response from an authentication request.
|
void |
expire(Duration expiryTime)
Configure the authentication request expiry time.
|
public OAuth2Client(String authUrl, String referrer, Map<? extends Serializable,? extends Serializable> data)
public OAuth2Client(String authUrl, Map<? extends Serializable,? extends Serializable> data)
public javax.ws.rs.core.Response authenticate()
public void expire(Duration expiryTime)
expiryTime - Copyright © 2021. All rights reserved.