TestScript.UserTokenMocks Property

Definition

Gets the mock data for Microsoft.OAuthInput.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.UserTokenMocks.UserTokenMock> UserTokenMocks { get; }
member this.UserTokenMocks : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.UserTokenMocks.UserTokenMock>
Public ReadOnly Property UserTokenMocks As List(Of UserTokenMock)

Property Value

A list of mocks.

Applies to