C# Class BoxKite.Twitter.WinUWPPlatformAdaptor

Inheritance: IPlatformAdaptor
Afficher le fichier Open project: nickhodge/BoxKite.Twitter Class Usage Examples

Méthodes publiques

Méthode Description
AssignKey ( byte key ) : void
AuthWithBroker ( string oauthuri, string callbackuri ) : Task
ComputeHash ( byte buffer ) : byte[]
DisplayAuthInBrowser ( string oauthPINunlockURL ) : void

Method Details

AssignKey() public méthode

public AssignKey ( byte key ) : void
key byte
Résultat void

AuthWithBroker() public méthode

public AuthWithBroker ( string oauthuri, string callbackuri ) : Task
oauthuri string
callbackuri string
Résultat Task

ComputeHash() public méthode

public ComputeHash ( byte buffer ) : byte[]
buffer byte
Résultat byte[]

DisplayAuthInBrowser() public méthode

public DisplayAuthInBrowser ( string oauthPINunlockURL ) : void
oauthPINunlockURL string
Résultat void