Local Passwords validation
This commit is contained in:
parent
ce8f3ebce0
commit
8132db37d0
163 changed files with 1812 additions and 4772 deletions
|
|
@ -5,10 +5,12 @@ namespace Yavsc.Models.Auth {
|
|||
public class Scope {
|
||||
|
||||
|
||||
[Key]
|
||||
[Key][Required]
|
||||
|
||||
public string Id { get; set; }
|
||||
|
||||
[MaxLength(1024)][Required]
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue