Header menu logo FSharp.ATProto

InMemoryAccountStore Type

In-memory account store using ConcurrentDictionary. Suitable for development and testing.

Constructors

Constructor Description

InMemoryAccountStore()

Full Usage: InMemoryAccountStore()

Returns: InMemoryAccountStore

Instance members

Instance member Description

this.AddAccount

Full Usage: this.AddAccount

Parameters:
    identifier : string
    password : string
    info : AccountInfo

Add an account for testing. Password is stored as-is (no hashing).

identifier : string
password : string
info : AccountInfo

Type something to start searching.