Skip to content

LoginExtensions class

Defined in

Namespace: ReactiveMarbles.CacheDatabase.Core Assembly: ReactiveMarbles.CacheDatabase.Core.dll Full name: ReactiveMarbles.CacheDatabase.Core.LoginExtensions Modifiers: public static

Summary

View source

        Extension methods handling login use cases.
        

Applies to

netstandard2.0

Methods

NameSummary
static SaveLoginSave 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 GetLoginAsyncReturns the currently cached user/password. If the cache does not contain a user/password, this returns an Observable which OnError's with KeyNotFoundException.
static EraseLoginErases the login associated with the specified host.
Inherited members