Gets or sets the second one of the pair of OAuth 2.0 credentials, that you can obtain when you register an OAuth application in Azure AD tenant. This parameter is used for RefreshToken authentication.
public string ClientSecret {get; set;}
'Declaration
Public Property ClientSecret As String
Property Value
The second one of the pair of OAuth 2.0 credentials, that you can obtain when you register an OAuth application in Azure AD tenant.