This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"/> | |
<title>3-legged OAuth Redirect Handler</title> | |
</head> | |
<body> | |
<script type="text/javascript" src="https://unpkg.com/@ringcentral/sdk@latest/dist/ringcentral.min.js"></script> | |
<script> | |
// Here we implement the RingCentral OAuth2 PKCE login using the Top Frame Setup as described on: |