HostSettingsResponse Interface
public interface HostSettingsResponse
An immutable client-side representation of HostSettingsResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
botOpenIdMetadata()
Gets the bot |
|
abstract
Host |
innerModel()
Gets the inner com. |
| abstract String |
oAuthUrl()
Gets the o |
| abstract String |
toBotFromChannelOpenIdMetadataUrl()
Gets the to |
| abstract String |
toBotFromChannelTokenIssuer()
Gets the to |
| abstract String |
toBotFromEmulatorOpenIdMetadataUrl()
Gets the to |
| abstract String |
toChannelFromBotLoginUrl()
Gets the to |
| abstract String |
toChannelFromBotOAuthScope()
Gets the to |
| abstract Boolean |
validateAuthority()
Gets the validate |
Method Details
botOpenIdMetadata
public abstract String botOpenIdMetadata()
Gets the botOpenIdMetadata property: Same as ToBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12.
Returns:
innerModel
public abstract HostSettingsResponseInner innerModel()
Gets the inner com.azure.resourcemanager.botservice.fluent.models.HostSettingsResponseInner object.
Returns:
oAuthUrl
public abstract String oAuthUrl()
Gets the oAuthUrl property: For in-conversation bot user authentication.
Returns:
toBotFromChannelOpenIdMetadataUrl
public abstract String toBotFromChannelOpenIdMetadataUrl()
Gets the toBotFromChannelOpenIdMetadataUrl property: For verifying incoming tokens from the channels.
Returns:
toBotFromChannelTokenIssuer
public abstract String toBotFromChannelTokenIssuer()
Gets the toBotFromChannelTokenIssuer property: For verifying incoming tokens from the channels.
Returns:
toBotFromEmulatorOpenIdMetadataUrl
public abstract String toBotFromEmulatorOpenIdMetadataUrl()
Gets the toBotFromEmulatorOpenIdMetadataUrl property: For verifying incoming tokens from bot emulator.
Returns:
toChannelFromBotLoginUrl
public abstract String toChannelFromBotLoginUrl()
Gets the toChannelFromBotLoginUrl property: For getting access token to channels from bot host.
Returns:
toChannelFromBotOAuthScope
public abstract String toChannelFromBotOAuthScope()
Gets the toChannelFromBotOAuthScope property: For getting access token to channels from bot host.
Returns:
validateAuthority
public abstract Boolean validateAuthority()
Gets the validateAuthority property: Per cloud OAuth setting on whether authority is validated.
Returns: