Class AbpOpenIddictTestData
Inheritance
AbpOpenIddictTestData
Assembly: Volo.Abp.OpenIddict.TestBase.dll
Syntax
public class AbpOpenIddictTestData : ISingletonDependency
Constructors
AbpOpenIddictTestData()
Declaration
public AbpOpenIddictTestData()
Properties
App1ClientId
Declaration
public string App1ClientId { get; set; }
Property Value
App1Id
Declaration
public Guid App1Id { get; set; }
Property Value
App2ClientId
Declaration
public string App2ClientId { get; set; }
Property Value
App2Id
Declaration
public Guid App2Id { get; set; }
Property Value
Authorization1Id
Declaration
public Guid Authorization1Id { get; set; }
Property Value
Authorization2Id
Declaration
public Guid Authorization2Id { get; set; }
Property Value
Scope1Id
Declaration
public Guid Scope1Id { get; set; }
Property Value
Scope1Name
Declaration
public string Scope1Name { get; set; }
Property Value
Scope2Id
Declaration
public Guid Scope2Id { get; set; }
Property Value
Scope2Name
Declaration
public string Scope2Name { get; set; }
Property Value
Token1Id
Declaration
public Guid Token1Id { get; set; }
Property Value
Token2Id
Declaration
public Guid Token2Id { get; set; }
Property Value
Implements
Extension Methods