Interface HostSettingsResponse


public interface HostSettingsResponse
An immutable client-side representation of HostSettingsResponse.
  • Method Details

    • oAuthUrl

      String oAuthUrl()
      Gets the oAuthUrl property: For in-conversation bot user authentication.
      Returns:
      the oAuthUrl value.
    • toBotFromChannelOpenIdMetadataUrl

      String toBotFromChannelOpenIdMetadataUrl()
      Gets the toBotFromChannelOpenIdMetadataUrl property: For verifying incoming tokens from the channels.
      Returns:
      the toBotFromChannelOpenIdMetadataUrl value.
    • toBotFromChannelTokenIssuer

      String toBotFromChannelTokenIssuer()
      Gets the toBotFromChannelTokenIssuer property: For verifying incoming tokens from the channels.
      Returns:
      the toBotFromChannelTokenIssuer value.
    • toBotFromEmulatorOpenIdMetadataUrl

      String toBotFromEmulatorOpenIdMetadataUrl()
      Gets the toBotFromEmulatorOpenIdMetadataUrl property: For verifying incoming tokens from bot emulator.
      Returns:
      the toBotFromEmulatorOpenIdMetadataUrl value.
    • toChannelFromBotLoginUrl

      String toChannelFromBotLoginUrl()
      Gets the toChannelFromBotLoginUrl property: For getting access token to channels from bot host.
      Returns:
      the toChannelFromBotLoginUrl value.
    • toChannelFromBotOAuthScope

      String toChannelFromBotOAuthScope()
      Gets the toChannelFromBotOAuthScope property: For getting access token to channels from bot host.
      Returns:
      the toChannelFromBotOAuthScope value.
    • validateAuthority

      Boolean validateAuthority()
      Gets the validateAuthority property: Per cloud OAuth setting on whether authority is validated.
      Returns:
      the validateAuthority value.
    • botOpenIdMetadata

      String botOpenIdMetadata()
      Gets the botOpenIdMetadata property: Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12.
      Returns:
      the botOpenIdMetadata value.
    • innerModel

      Gets the inner com.azure.resourcemanager.botservice.fluent.models.HostSettingsResponseInner object.
      Returns:
      the inner object.