Sdílet prostřednictvím


IWithAuthenticationProvider<ParentT>.WithTwitter(String, String) Metoda

Definice

Určuje, že zprostředkovatelem bude Twitter a jeho klíč rozhraní API a tajný klíč rozhraní API.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<ParentT> WithTwitter (string apiKey, string apiSecret);
abstract member WithTwitter : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithTwitter (apiKey As String, apiSecret As String) As IWithAttach(Of ParentT)

Parametry

apiKey
String

Klíč rozhraní API aplikace Twitter.

apiSecret
String

Tajný kód rozhraní API aplikace Twitter.

Návraty

Platí pro