Searched refs:getCodeChallenge (Results 1 – 5 of 5) sorted by relevance
71 public String getCodeChallenge() { in getCodeChallenge() method in DefaultPKCEProvider72 return codeChallenge.getCodeChallenge(); in getCodeChallenge()101 public String getCodeChallenge() { in getCodeChallenge() method in DefaultPKCEProvider.CodeChallenge
40 String getCodeChallenge(); in getCodeChallenge() method
212 url.put("code_challenge", pkce.getCodeChallenge()); in getAuthorizationUrl()550 if (pkce.getCodeChallenge() == null in setPKCEProvider()
58 assertEquals(pkce.getCodeChallenge(), expectedCodeChallenge); in testPkceExpected()
170 assertEquals(pkce.getCodeChallenge(), parameters.get("code_challenge")); in getAuthorizationUrl()585 public String getCodeChallenge() { in nullCodeVerifierPKCEProvider()614 public String getCodeChallenge() { in nullCodeChallengePKCEProvider()643 public String getCodeChallenge() { in nullCodeChallengeMethodPKCEProvider()