Class AuthenticatorResponse

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String clientDataJSON  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClientDataJSON()  
      void setClientDataJSON​(java.lang.String clientDataJSON)  
      • Methods inherited from class java.lang.Object

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

      • clientDataJSON

        protected java.lang.String clientDataJSON
    • Constructor Detail

      • AuthenticatorResponse

        public AuthenticatorResponse()
    • Method Detail

      • setClientDataJSON

        public void setClientDataJSON​(java.lang.String clientDataJSON)
      • getClientDataJSON

        public java.lang.String getClientDataJSON()