This website requires JavaScript.
Explore
Help
Sign in
helpy4
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich
synced
2025-11-07 17:27:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b8313abfa8
immich
/
server
/
libs
/
domain
/
src
/
auth
/
response-dto
/
validate-asset-token-response.dto.ts
4 lines
72 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add OpenAPI Specs and Response DTOs (#320) * Added swagger bearer auth method authentication accordingly * Update Auth endpoint * Added additional api information for authentication * Added Swagger CLI pluggin * Added DTO for /user endpoint * Added /device-info reponse DTOs * Implement server version * Added DTOs for /server-info * Added DTOs for /assets * Added album to Swagger group * Added generated specs file * Add Client API generator for web * Remove incorrectly placed node_modules * Created class to handle access token * Remove password and hash when getting all user * PR feedback * Fixed video from CLI doesn't get metadata extracted * Fixed issue with TSConfig to work with generated openAPI * PR feedback * Remove console.log
2022-07-08 21:26:50 -05:00
export
class
ValidateAccessTokenResponseDto
{
Refactor mobile to use OpenApi generated SDK (#336)
2022-07-13 07:23:48 -05:00
authStatus
!
:
boolean
;
Add OpenAPI Specs and Response DTOs (#320) * Added swagger bearer auth method authentication accordingly * Update Auth endpoint * Added additional api information for authentication * Added Swagger CLI pluggin * Added DTO for /user endpoint * Added /device-info reponse DTOs * Implement server version * Added DTOs for /server-info * Added DTOs for /assets * Added album to Swagger group * Added generated specs file * Add Client API generator for web * Remove incorrectly placed node_modules * Created class to handle access token * Remove password and hash when getting all user * PR feedback * Fixed video from CLI doesn't get metadata extracted * Fixed issue with TSConfig to work with generated openAPI * PR feedback * Remove console.log
2022-07-08 21:26:50 -05:00
}
Reference in a new issue
Copy permalink