public class LwaClient extends BaseServiceClient
| Modifier and Type | Class and Description |
|---|---|
static class |
LwaClient.Builder |
apiClient, apiEndpoint, authorizationValue, serializer| Modifier and Type | Method and Description |
|---|---|
static LwaClient.Builder |
builder() |
String |
getAccessTokenForRefreshToken()
Retrieves an access token using the configured client id, client secret, and refresh token
|
String |
getAccessTokenForScope(String scope)
Retrieves an access token for the given scope, using the configured client id and client secret
|
executeRequest, invoke, invokepublic static LwaClient.Builder builder()
public String getAccessTokenForRefreshToken()
Copyright © 2019. All rights reserved.