Uses of Class
com.ellucian.ethos.integration.authentication.AccessToken
-
Packages that use AccessToken Package Description com.ellucian.ethos.integration.client -
-
Uses of AccessToken in com.ellucian.ethos.integration.client
Fields in com.ellucian.ethos.integration.client declared as AccessToken Modifier and Type Field Description protected AccessToken
EthosClient. token
The AccessToken used to authenticate each request.Methods in com.ellucian.ethos.integration.client that return AccessToken Modifier and Type Method Description AccessToken
EthosClient. getAccessToken()
Gets an access token.
-