Package com.zendesk.sdk.model.access
Class AuthenticationResponse
- java.lang.Object
-
- com.zendesk.sdk.model.access.AuthenticationResponse
-
public class AuthenticationResponse extends java.lang.Object
Models the api response from an authentication call.
-
-
Constructor Summary
Constructors Constructor and Description AuthenticationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AccessToken
getAuthentication()
Gets theAccessToken
which represents an oauth token that is used to authenticate a user in Zendesk.
-
-
-
Method Detail
-
getAuthentication
public AccessToken getAuthentication()
Gets theAccessToken
which represents an oauth token that is used to authenticate a user in Zendesk.- Returns:
- The access token
-
-