AuthenticationOptions.ClientSecret Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The secret of an App Registration in the tenant. (Created by Teams extension in user secrets)
[System.ComponentModel.DataAnnotations.Required(ErrorMessage="Client secret is required")]
public string ClientSecret { get; set; }
[<System.ComponentModel.DataAnnotations.Required(ErrorMessage="Client secret is required")>]
member this.ClientSecret : string with get, set
Public Property ClientSecret As String
Property Value
- Attributes