-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
864 additions
and
846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
export class AuthenticationResponse { | ||
/** | ||
* @example fb9eac5f-eb94-489b-8fca-24324558be18 | ||
*/ | ||
* @example fb9eac5f-eb94-489b-8fca-24324558be18 | ||
*/ | ||
user: { | ||
idx?: string; | ||
}; | ||
|
||
/** | ||
* @example eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXKYjj.eyJ | ||
*/ | ||
* @example eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXKYjj.eyJ | ||
*/ | ||
accessToken: string; | ||
|
||
/** | ||
* @example eyJh3d06e6e3e152ae839a6623c3cb6f961a.eyJ | ||
*/ | ||
* @example eyJh3d06e6e3e152ae839a6623c3cb6f961a.eyJ | ||
*/ | ||
refreshToken?: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.