Class OAuthExchangeResponse

All Implemented Interfaces:
AtlanResponseInterface, Serializable

public class OAuthExchangeResponse extends ApiResource
See Also:
  • Constructor Details

    • OAuthExchangeResponse

      public OAuthExchangeResponse()
  • Method Details

    • getAccessToken

      public String getAccessToken()
      Bearer token that can be used to authenticate API calls.
    • getExpiresIn

      public Long getExpiresIn()
      Number of seconds after which the bearer token will expire.
    • getScope

      public String getScope()
      TBC
    • getTokenType

      public String getTokenType()
      Type of token exchanged.
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

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

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class ApiResource