AadResourceUrls Class

Definition

Schema of the target resource for which the Bot Framework Token Service would exchange a cached token for a user. This class applies only to AAD V1 connections.

public class AadResourceUrls
type AadResourceUrls = class
Public Class AadResourceUrls
Inheritance
AadResourceUrls

Constructors

AadResourceUrls()

Initializes a new instance of the AadResourceUrls class.

AadResourceUrls(IList<String>)

Initializes a new instance of the AadResourceUrls class.

Properties

ResourceUrls

Gets or sets the URLs to the resource you want to connect to.

Applies to