mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-09-07 10:55:09 -05:00
Set environment variables from a file and add Electron app base
This commit is contained in:
@@ -93,6 +93,7 @@ export interface NintendoAccountSessionTokenJwtPayload extends JwtPayload {
|
||||
jti: string;
|
||||
typ: 'session_token';
|
||||
iss: 'https://accounts.nintendo.com';
|
||||
/** Unknown - scopes the token is valid for? */
|
||||
'st:scp': number[];
|
||||
/** Subject (Nintendo Account ID) */
|
||||
sub: string;
|
||||
|
||||
Reference in New Issue
Block a user