We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 051adcd + d17c257 commit 14a05ccCopy full SHA for 14a05cc
src/Identity/ApiAuthorization.IdentityServer/src/Data/ApiAuthorizationDbContext.cs
@@ -33,6 +33,14 @@ public ApiAuthorizationDbContext(
33
_operationalStoreOptions = operationalStoreOptions;
34
}
35
36
+ /// <summary>
37
+ /// Gets or sets the user sessions.
38
+ /// </summary>
39
+ /// <value>
40
+ /// The keys.
41
+ /// </value>
42
+ public DbSet<ServerSideSession> ServerSideSessions { get; set; }
43
+
44
/// <summary>
45
/// Gets or sets the <see cref="DbSet{PersistedGrant}"/>.
46
/// </summary>
0 commit comments