Class CodeChallenge

    • Method Detail

      • compute

        public static CodeChallenge compute​(CodeChallengeMethod method,
                                            CodeVerifier codeVerifier)
        Computes the code challenge using the specified method and verifier.
        Parameters:
        method - The code challenge method. Must be supported and not null.
        codeVerifier - The code verifier. Must not be null.
        Returns:
        The computed code challenge.