mirror of https://github.com/abpframework/abp.git
3 changed files with 5 additions and 5 deletions
@ -1,10 +1,10 @@ |
|||
namespace Volo.Abp.IdentityModel |
|||
{ |
|||
public class IdentityClientOptions |
|||
public class AbpIdentityClientOptions |
|||
{ |
|||
public IdentityClientConfigurationDictionary IdentityClients { get; set; } |
|||
|
|||
public IdentityClientOptions() |
|||
public AbpIdentityClientOptions() |
|||
{ |
|||
IdentityClients = new IdentityClientConfigurationDictionary(); |
|||
} |
|||
Loading…
Reference in new issue