Skip to content

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")

View source

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

NameTypeDescription
blobCache[ISecureBlobCache](#The blob cache where to get the data.
host = "default"stringThe host associated with the data.

Returns: IObservable -- A Future result representing the user/password Tuple.