GET PAS Token
https://riot-geo.pas.si.riotgames.com/pas/v1/service/chat
Get a PAS token using the auth token. The PAS token is a JWT that contains the affinity for the XMPP server.
Headers:
-
Authorization: Bearer {auth token}
Other Variables:
-
auth token
Can be obtained locally with the Entitlements Token endpoint or remotely by first using the Auth Cookies endpoint then using the cookies with the Auth Request endpoint
Response:
type PASTokenResponse = string;