Condividi tramite


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

Definizione

Specifica il provider che deve essere Twitter e la relativa chiave API e segreto API.

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

Parametri

apiKey
String

Chiave API dell'app Twitter.

apiSecret
String

Segreto API dell'app Twitter.

Restituisce

Si applica a