Condividi tramite


IWithAuthenticationProvider<ParentT>.WithMicrosoft Metodo

Definizione

Specifica il provider che deve essere Microsoft e l'ID client e il segreto client.

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)

Parametri

clientId
String

ID client dell'app Microsoft.

clientSecret
String

Segreto client dell'app Microsoft.

Restituisce

Si applica a