IWithAuthenticationProvider<ParentT>.WithMicrosoft Método

Definição

Especifica o provedor a ser a Microsoft e sua ID do cliente e o segredo do cliente.

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)

Parâmetros

clientId
String

A ID do cliente do aplicativo Microsoft.

clientSecret
String

O segredo do cliente do aplicativo Da Microsoft.

Retornos

Aplica-se a