Sdílet prostřednictvím


IWithAuthenticationProvider<ParentT>.WithMicrosoft Metoda

Definice

Určuje poskytovatele, který má být Microsoft, a jeho ID klienta a tajný klíč klienta.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithMicrosoft (string clientId, string clientSecret);
abstract member WithMicrosoft : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<'ParentT>
Public Function WithMicrosoft (clientId As String, clientSecret As String) As IWithAttach(Of ParentT)

Parametry

clientId
String

ID klienta aplikace Microsoft.

clientSecret
String

Tajný klíč klienta aplikace Microsoft.

Návraty

Platí pro