public class AccessTokenService extends Service implements AuthService
The client uses this service to obtain an access token which it then uses when requesting Description Resources.
A request to the access token service must include any cookies for the content domain acquired from the user’s interaction with the corresponding access cookie service, so that the server can issue the access token.
| Constructor and Description |
|---|
AccessTokenService(String identifier) |
AccessTokenService(URI identifier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile() |
addProfile, addProfile, getContext, getIdentifier, getLabel, getLabelString, getProfiles, setContext, setIdentifier, setLabel, setLabel, setProfilespublic static final String PROFILE
public AccessTokenService(URI identifier)
public AccessTokenService(String identifier)
public String getProfile()
Copyright © 2018. All rights reserved.