Interface GlueOAuth2Credentials.Builder

  • Method Details

    • accessToken

      GlueOAuth2Credentials.Builder accessToken(String accessToken)

      The access token of a connection.

      Parameters:
      accessToken - The access token of a connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jwtToken

      The jwt token of the connection.

      Parameters:
      jwtToken - The jwt token of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • refreshToken

      GlueOAuth2Credentials.Builder refreshToken(String refreshToken)

      The refresh token of the connection.

      Parameters:
      refreshToken - The refresh token of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userManagedClientApplicationClientSecret

      GlueOAuth2Credentials.Builder userManagedClientApplicationClientSecret(String userManagedClientApplicationClientSecret)

      The user managed client application client secret of the connection.

      Parameters:
      userManagedClientApplicationClientSecret - The user managed client application client secret of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.