Lines Matching refs:usePKCE
30 const [usePKCE, setPKCE] = React.useState<boolean>(true);
55 <TitledSwitch title="Use PKCE" value={usePKCE} setValue={setPKCE} />
65 <AuthSessionProviders prompt={prompt} usePKCE={usePKCE} language={language} />
76 usePKCE: boolean;
80 const { usePKCE, prompt, language } = props;
88 usePKCE,
122 function Google({ prompt, language, usePKCE }: any) {
129 usePKCE,
146 function GoogleFirebase({ prompt, language, usePKCE }: any) {
153 usePKCE,
178 // function Azure({ useProxy, prompt, usePKCE }: any) {
204 // usePKCE,
222 function Okta({ redirectUri, usePKCE }: any) {
229 usePKCE,
241 function Reddit({ redirectUri, prompt, usePKCE }: any) {
263 usePKCE,
276 function Imgur({ redirectUri, prompt, usePKCE }: any) {
299 usePKCE,
325 function Github({ redirectUri, prompt, usePKCE }: any) {
345 usePKCE,
373 function Uber({ redirectUri, prompt, usePKCE }: any) {
380 usePKCE,
400 function FitBit({ redirectUri, prompt, usePKCE }: any) {
422 usePKCE,
435 function Facebook({ usePKCE, language }: any) {
439 usePKCE,
455 function Slack({ redirectUri, prompt, usePKCE }: any) {
469 usePKCE,
482 function Spotify({ redirectUri, prompt, usePKCE }: any) {
488 usePKCE,
506 function Strava({ redirectUri, prompt, usePKCE }: any) {
516 usePKCE,
564 function Coinbase({ redirectUri, prompt, usePKCE }: any) {
570 usePKCE,
586 function Dropbox({ redirectUri, prompt, usePKCE }: any) {
592 usePKCE,
605 disabled={usePKCE}
614 function Twitch({ redirectUri, prompt, usePKCE }: any) {
621 usePKCE,