-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathexample-auth-decode.json
More file actions
86 lines (86 loc) · 2.61 KB
/
example-auth-decode.json
File metadata and controls
86 lines (86 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"iss" : "https://auth.frontierstore.net",
"exp" : 1566937099,
"scope" : "auth",
"usr" : {
"developer" : null,
"allowedDownloads" : [
{
"product_sku" : "FORC-FDEV-D-1001",
"product_name" : "Elite: Dangerous - Premium Beta",
"product_qty" : "1"
},
{
"product_qty" : "1",
"product_name" : "Elite: Dangerous - Standard Beta",
"product_sku" : "FORC-FDEV-D-1002"
},
{
"product_qty" : "1",
"product_name" : "Elite: Dangerous - Expansion Pass",
"product_sku" : "FORC-FDEV-D-1006"
},
{
"product_sku" : "FORC-FDEV-D-1007",
"product_qty" : "1",
"product_name" : "Elite (1984)"
},
{
"product_sku" : "FORC_FDEV_EDV_BHEAD_1036",
"product_name" : "Snowflake Bobblehead",
"product_qty" : "1"
},
{
"product_qty" : "1",
"product_name" : "Snowman Bobblehead",
"product_sku" : "FORC_FDEV_EDV_BHEAD_1041"
},
{
"product_qty" : "1",
"product_name" : "Anaconda Iridescent Gleam",
"product_sku" : "FORC_FDEV_V_ANACONDA_1102"
},
{
"product_sku" : "FORC_FDEV_V_DECAL_1036",
"product_qty" : "1",
"product_name" : "PAX Decal"
},
{
"product_sku" : "FORC_FDEV_V_EAGLE_1034",
"product_name" : "Eagle PAX South",
"product_qty" : "1"
},
{
"product_sku" : "FORC_FDEV_V_FEDERAL_CORVETTE_1074",
"product_name" : "Federal Corvette Iridescent Gleam",
"product_qty" : "1"
},
{
"product_qty" : "1",
"product_name" : "Imperial Cutter Iridescent Gleam",
"product_sku" : "FORC_FDEV_V_IMPERIAL_CUTTER_1063"
},
{
"product_name" : "Krait Phantom Midnight Black",
"product_qty" : "1",
"product_sku" : "FORC_FDEV_V_KRAIT_LITE_1066"
},
{
"product_name" : "Mamba Midnight Black",
"product_qty" : "1",
"product_sku" : "FORC_FDEV_V_MAMBA_1018"
},
{
"product_sku" : "FORC_FDEV_V_SRV_1090",
"product_qty" : "1",
"product_name" : "SRV Iridescent Gleam"
}
],
"email" : "ELIDED@example.org",
"platform" : "frontier",
"lastname" : "Smith",
"firstname" : "John",
"customer_id" : "XXXXX"
},
"iat" : 1566922699
}