Interface SourceAuth.Builder

    • Method Detail

      • type

        SourceAuth.Builder type​(String type)

        This data type is deprecated and is no longer accurate or used.

        The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.

        Parameters:
        type -

        This data type is deprecated and is no longer accurate or used.

        The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SourceAuthType, SourceAuthType
      • type

        SourceAuth.Builder type​(SourceAuthType type)

        This data type is deprecated and is no longer accurate or used.

        The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.

        Parameters:
        type -

        This data type is deprecated and is no longer accurate or used.

        The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SourceAuthType, SourceAuthType
      • resource

        SourceAuth.Builder resource​(String resource)

        The resource value that applies to the specified authorization type.

        Parameters:
        resource - The resource value that applies to the specified authorization type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.