Class GoogleAuthTokenRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleAuthTokenRequest
All Implemented Interfaces:
Serializable

public class GoogleAuthTokenRequest extends Object implements Serializable
GoogleAuthTokenRequest
See Also:
  • Constructor Details

    • GoogleAuthTokenRequest

      public GoogleAuthTokenRequest()
    • GoogleAuthTokenRequest

      public GoogleAuthTokenRequest(Boolean initWithEmptyList)
  • Method Details

    • code

      public GoogleAuthTokenRequest code(String code)
      One-time authorization code from Google. See docs: https://developers.google.com/identity/protocols/oauth2
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • redirectUri

      public GoogleAuthTokenRequest redirectUri(String 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

      public String getRedirectUri()
    • setRedirectUri

      public void setRedirectUri(String redirectUri)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object