Part 1: Get Token from Code

The client needs to use the provided authorization_code to get a valid token

Authorization Code:

Token:

Part 2: Access Protected Resources from Token

If the client has a valid access token, client will be able to access protected resources

Success?

Part 3: Create room

If the client has a valid access token, client will be able to create room

Success?