Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 655 Bytes

ServerMetadataHelpers.md

File metadata and controls

26 lines (15 loc) · 655 Bytes

Interface: ServerMetadataHelpers

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Methods

supportsPKCE()

supportsPKCE(method?): boolean

Determines whether the Authorization Server supports a given Code Challenge Method

Parameters

Parameter Type Description
method? string Code Challenge Method. Default is S256

Returns

boolean