IWithAuthenticationProvider<ParentT>.WithGoogle(String, String) 메서드

정의

공급자를 Google 및 해당 클라이언트 ID 및 클라이언트 암호로 지정합니다.

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

매개 변수

clientId
String

Google 앱의 클라이언트 ID입니다.

clientSecret
String

Google 앱의 클라이언트 암호입니다.

반환

적용 대상