Class CollectedClientData

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      @NonNull ByteArray getChallenge()
      The base64url encoding of the challenge provided by the Relying Party.
      @NonNull java.lang.String getOrigin()
      The fully qualified origin of the requester, as provided to the authenticator by the client, in the syntax defined by RFC 6454.
      java.util.Optional<TokenBindingInfo> getTokenBinding()
      Information about the state of the Token Binding protocol used when communicating with the Relying Party.
      @NonNull java.lang.String getType()
      The type of the requested operation, set by the client.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getTokenBinding

        public final java.util.Optional<TokenBindingInfo> getTokenBinding()
        Information about the state of the Token Binding protocol used when communicating with the Relying Party. Its absence indicates that the client doesn't support token binding.
      • getChallenge

        @NonNull
        public @NonNull ByteArray getChallenge()
        The base64url encoding of the challenge provided by the Relying Party. See the §13.1 Cryptographic Challenges security consideration.
      • getOrigin

        @NonNull
        public @NonNull java.lang.String getOrigin()
        The fully qualified origin of the requester, as provided to the authenticator by the client, in the syntax defined by RFC 6454.
      • getType

        @NonNull
        public @NonNull java.lang.String getType()
        The type of the requested operation, set by the client.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object