Class ResponseAssertion

  • All Implemented Interfaces:

    @Serializable() 
    public final class ResponseAssertion
    
                        

    Represents the response data included in an assertion response.

    • 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 getClientDataJSON() The base64 urlencoded client data JSON included in the assertion response.
      final String getAuthenticatorData() The base64 urlencoded authenticator data included in the assertion response.
      final String getSignature() The base64 urlencoded signature included in the assertion response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResponseAssertion

        ResponseAssertion(String clientDataJSON, String authenticatorData, String signature)
    • Method Detail

      • getClientDataJSON

         final String getClientDataJSON()

        The base64 urlencoded client data JSON included in the assertion response.

      • getAuthenticatorData

         final String getAuthenticatorData()

        The base64 urlencoded authenticator data included in the assertion response.

      • getSignature

         final String getSignature()

        The base64 urlencoded signature included in the assertion response.