LoginExtensions class¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Full name: ReactiveMarbles.CacheDatabase.Core.LoginExtensions
Modifiers: public static
Summary¶
Extension methods handling login use cases.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static SaveLogin | 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... |
| static GetLoginAsync | 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 EraseLogin | Erases the login associated with the specified host. |