LoginExtensions.GetLoginAsync(ISecureBlobCache, string) method¶
Defined in
Type: LoginExtensions
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Applies to
netstandard2.0
public static IObservable<LoginInfo> GetLoginAsync(this ISecureBlobCache blobCache, string host = "default")
Summary: Returns the currently cached user/password. If the cache does not contain a user/password, this returns an Observable which OnError's with KeyNotFoundException.
Parameters
| Name | Type | Description |
|---|---|---|
blobCache | [ISecureBlobCache](# | The blob cache where to get the data. |
host = "default" | string | The host associated with the data. |
Returns: IObservable