次の方法で共有


IWithAuthenticationProvider<ParentT>.WithMicrosoft メソッド

定義

プロバイダーを Microsoft に指定し、そのクライアント ID とクライアント シークレットを指定します。

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)

パラメーター

clientId
String

Microsoft アプリのクライアント ID。

clientSecret
String

Microsoft アプリのクライアント シークレット。

戻り値

適用対象