Show / Hide Table of Contents

Class PersistentGrantStore_Tests

Inheritance
object
AbpIdentityServerTestBase
PersistentGrantStore_Tests
Inherited Members
AbpIdentityServerTestBase.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Namespace: Volo.Abp.IdentityServer.Clients
Assembly: Volo.Abp.IdentityServer.Domain.Tests.dll
Syntax
public class PersistentGrantStore_Tests : AbpIdentityServerTestBase

Constructors

PersistentGrantStore_Tests()

Declaration
public PersistentGrantStore_Tests()

Methods

FindClientByIdAsync_Should_Return_Null_If_Not_Found()

Declaration
public Task FindClientByIdAsync_Should_Return_Null_If_Not_Found()
Returns
Type Description
Task

FindPersistentGrantByIdAsync_Should_Return_The_PersistentGrant_If_Found()

Declaration
public Task FindPersistentGrantByIdAsync_Should_Return_The_PersistentGrant_If_Found()
Returns
Type Description
Task

GetAllAsync_Should_Get_All_PersistedGrants_For_A_Given_SubjectId()

Declaration
public Task GetAllAsync_Should_Get_All_PersistedGrants_For_A_Given_SubjectId()
Returns
Type Description
Task

RemoveAllAsync_Should_RemoveAll_PeristedGrants_For_A_Given_Subject_And_ClientId()

Declaration
public Task RemoveAllAsync_Should_RemoveAll_PeristedGrants_For_A_Given_Subject_And_ClientId()
Returns
Type Description
Task

RemoveAsync_Should_Remove_PeristedGrant()

Declaration
public Task RemoveAsync_Should_Remove_PeristedGrant()
Returns
Type Description
Task

StoreAsync_Should_Store_PersistedGrant()

Declaration
public Task StoreAsync_Should_Store_PersistedGrant()
Returns
Type Description
Task

StoreAsync_Should_Store_PersistedGrant_When_Exists()

Declaration
public Task StoreAsync_Should_Store_PersistedGrant_When_Exists()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft