Updated docs

This commit is contained in:
2024-09-26 11:55:53 +02:00
parent b448229d88
commit 0c4212049c
8 changed files with 233 additions and 16 deletions

View File

@@ -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

View File

@@ -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