Package com.zendesk.sdk.model.access
Class AuthenticationResponse
- java.lang.Object
-
- com.zendesk.sdk.model.access.AuthenticationResponse
-
public class AuthenticationResponse extends java.lang.ObjectModels 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 AccessTokengetAuthentication()Gets theAccessTokenwhich represents an oauth token that is used to authenticate a user in Zendesk.
-
-
-
Method Detail
-
getAuthentication
public AccessToken getAuthentication()
Gets theAccessTokenwhich represents an oauth token that is used to authenticate a user in Zendesk.- Returns:
- The access token
-
-