Interface MinecraftAuthResponse
🏷️ Properties
access_token
ts
access_token: string
Defined in: packages/user/microsoft.ts:43
expires_in
ts
expires_in: number
Defined in: packages/user/microsoft.ts:45
roles
ts
roles: []
Defined in: packages/user/microsoft.ts:42
token_type
ts
token_type: "Bearer"
Defined in: packages/user/microsoft.ts:44
username
ts
username: string
Defined in: packages/user/microsoft.ts:41