Summary
Helper methods that assist with login operations and storing related data.
- Namespace
- Akavache
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["LoginMixin"]
class Type type-node
Syntax
public static class LoginMixin
Methods
Name | Value | Summary |
---|---|---|
EraseLogin |
IObservable |
Erases the login associated with the specified host.
static
|
GetLoginAsync |
IObservable |
Returns the currently cached user/password. If the cache does not
contain a user/password, this returns an Observable which
OnError's with KeyNotFoundException.
static
|
SaveLogin |
IObservable |
Save a user/password combination in a secure blob cache. Note that
this method only allows exactly *one* user/pass combo to be saved,
calling this more than once will overwrite the previous entry.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|