Updated docs
This commit is contained in:
@@ -13,12 +13,6 @@ namespace HopFrame.Security {
|
||||
}
|
||||
}
|
||||
|
||||
namespace HopFrame.Web {
|
||||
class RegisterData {
|
||||
+RepeatedPassword: string
|
||||
}
|
||||
}
|
||||
|
||||
namespace HopFrame.Api {
|
||||
class SingleValueResult<TValue> {
|
||||
+Value: TValue
|
||||
@@ -29,6 +23,4 @@ namespace HopFrame.Api {
|
||||
}
|
||||
}
|
||||
|
||||
UserRegister <|-- RegisterData
|
||||
|
||||
@enduml
|
||||
@@ -11,9 +11,6 @@ namespace HopFrame.Database {
|
||||
}
|
||||
|
||||
class TokenEntry {
|
||||
{static} +RefreshTokenType: int = 0
|
||||
{static} +AccessTokenType: int = 1
|
||||
|
||||
+Type: int
|
||||
+Token: string
|
||||
+UserId: string
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user