PKCE

Type Definitions

AuthorizationCode :Object

This interface extends the Oauth2's AuthorizationCode and is adding the PKCE support for the Oauth2 server

Properties:
Name Type Attributes Description
codeChallenge string <optional>
codeChallengeMethod 'S256' | 'plain' <optional>
Source: