Class OauthMetadata.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • idcsAccountNameUrl

        public OauthMetadata.Builder idcsAccountNameUrl​(String idcsAccountNameUrl)
        Base URL of the IDCS account where confidential client app is created.
        Parameters:
        idcsAccountNameUrl - the value to set
        Returns:
        this builder
      • clientAppId

        public OauthMetadata.Builder clientAppId​(String clientAppId)
        ID of the client app created in IDP.
        Parameters:
        clientAppId - the value to set
        Returns:
        this builder
      • clientAppSecret

        public OauthMetadata.Builder clientAppSecret​(String clientAppSecret)
        Secret of the client app created in IDP.
        Parameters:
        clientAppSecret - the value to set
        Returns:
        this builder