Interface PKCEProvider

    • Method Detail

      • getCodeChallenge

        java.lang.String getCodeChallenge()
        Get the code_challenge parameter used in PKCE.
        Returns:
        The code_challenge String.
      • getCodeChallengeMethod

        java.lang.String getCodeChallengeMethod()
        Get the code_challenge_method parameter used in PKCE.

        Currently possible values are: S256,plain

        Returns:
        The code_challenge_method String.
      • getCodeVerifier

        java.lang.String getCodeVerifier()
        Get the code_verifier parameter used in PKCE.
        Returns:
        The code_verifier String.