Class AuthRequest

  • All Implemented Interfaces:
    KlipRequest

    public class AuthRequest
    extends java.lang.Object
    implements KlipRequest
    인증 요청 정보
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.json.JSONObject toJson()  
      • Methods inherited from class java.lang.Object

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

      • AuthRequest

        public AuthRequest()
    • Method Detail

      • toJson

        public org.json.JSONObject toJson()
        Specified by:
        toJson in interface KlipRequest