mirror of https://github.com/abpframework/abp.git
4 changed files with 5 additions and 34 deletions
@ -1,14 +0,0 @@ |
|||||
using System.Collections.Generic; |
|
||||
|
|
||||
namespace Volo.Abp.IdentityServer |
|
||||
{ |
|
||||
public class AbpRedirectUriValidatorOptions |
|
||||
{ |
|
||||
public List<string> DomainFormats { get; } |
|
||||
|
|
||||
public AbpRedirectUriValidatorOptions() |
|
||||
{ |
|
||||
DomainFormats = new List<string>(); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue