ringcentral / ringcentral-php

RingCentral Connect Platform PHP SDK
MIT License
54 stars 52 forks source link

Updated login and authURL methods for JWT and PKCE support #100

Closed byrnereese closed 2 years ago

byrnereese commented 2 years ago

Added fields for JWT and PKCE support. In the interest of full transparency, I did not yet test these. The intention of this PR is add support for the following:

$platform->login([ "jwt" => ])

$platform->createUrl([ / normal options /, "code_challenge" => "string", "code_challenge_method" => "string" ])

$platform->login([ / normal options /, "codeVerifier" => "string" ])