Jaa


RequestToken.CallbackConfirmed Property

 

Namespace:   Microsoft.Owin.Security.Twitter.Messages
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

Syntax

public bool CallbackConfirmed { get; set; }
public:
property bool CallbackConfirmed {
    bool get();
    void set(bool value);
}
member CallbackConfirmed : bool with get, set
Public Property CallbackConfirmed As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

RequestToken Class
Microsoft.Owin.Security.Twitter.Messages Namespace

Return to top