Package com.zendesk.sdk.network
Interface AccessService
-
public interface AccessService
Defines the API calls for obtaining access tokens which will be used to access resources in a Zendesk instance.Currently this is defined using retrofit annotations but this could be changed in the future as long as these signatures remain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description <any>
getAuthToken(AuthenticationRequestWrapper authentication)
<any>
getAuthTokenForAnonymous(AuthenticationRequestWrapper authentication)
-
-
-
Method Detail
-
getAuthToken
<any> getAuthToken(AuthenticationRequestWrapper authentication)
-
getAuthTokenForAnonymous
<any> getAuthTokenForAnonymous(AuthenticationRequestWrapper authentication)
-
-