InvokeValue.Authentication Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("authentication")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public Microsoft.Teams.Api.TokenExchange.InvokeRequest? Authentication { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("authentication")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Authentication : Microsoft.Teams.Api.TokenExchange.InvokeRequest with get, set
Public Property Authentication As InvokeRequest

Property Value

Attributes

Applies to