Class PKCECodePair

  • All Implemented Interfaces:

    
    public final class PKCECodePair
    
                        

    A data class representing the most recent PKCE code pair generated on this device. You may find this useful if you use a hybrid (frontend and backend) authentication flow, where you need to complete a PKCE flow on the backend

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCodeChallenge() the challenge that was generated
      final String getCodeVerifier() the verifier of the challenge
      final String getMethod() a string identifying the encryption method used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait