LoginResultDTO
LoginResultDTO reports sign-in completion or the next verification step without exposing credentials.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
Status | status | string | string | No | No |
Account | account | *AccountDTO | AccountDTO | null | Yes | Yes |
FlowID | flowId | string | string | Yes | No |
Message | message | string | string | Yes | No |
Used by
- AccountController.CompleteTOTP — return value
- AccountController.Login — return value
- AccountController.ReauthenticateAccount — return value
Related types
Source
internal/transport/wails/dto.go:56