Package com.mypurecloud.sdk.v2.model
Class GoogleAuthTokenRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleAuthTokenRequest
- All Implemented Interfaces:
Serializable
GoogleAuthTokenRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOne-time authorization code from Google.booleangetCode()inthashCode()redirectUri(String redirectUri) The origin of the page from which the auth flow was called.voidvoidsetRedirectUri(String redirectUri) toString()
-
Constructor Details
-
GoogleAuthTokenRequest
public GoogleAuthTokenRequest() -
GoogleAuthTokenRequest
-
-
Method Details
-
code
One-time authorization code from Google. See docs: https://developers.google.com/identity/protocols/oauth2 -
getCode
-
setCode
-
redirectUri
The origin of the page from which the auth flow was called. Used as redirectUri when exchanging the one-time code for auth token -
getRedirectUri
-
setRedirectUri
-
equals
-
hashCode
public int hashCode() -
toString
-