IdentityServer.MongoDb.AdminModule by James Geall

<PackageReference Include="IdentityServer.MongoDb.AdminModule" Version="0.0.3-alpha" />

 MongoCmdlet

public abstract class MongoCmdlet : PSCmdlet
public IAdminService AdminService { get; }

public string AuthorizationCodeCollection { get; set; }

public string ClientCollection { get; set; }

public string ConnectionString { get; set; }

public string ConsentCollection { get; set; }

public string Database { get; set; }

public string RefreshTokenCollection { get; set; }

public string ScopeCollection { get; set; }

public IScopeStore ScopeStore { get; }

public string TokenHandleCollection { get; set; }

protected MongoCmdlet(bool createDb = false)