类 AuthenticationCredential


  • public class AuthenticationCredential
    extends java.lang.Object
    • 构造器详细资料

      • AuthenticationCredential

        public AuthenticationCredential()
    • 方法详细资料

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getRawId

        public java.lang.String getRawId()
      • setRawId

        public void setRawId​(java.lang.String rawId)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getAuthenticatorAttachment

        public java.lang.String getAuthenticatorAttachment()
      • setAuthenticatorAttachment

        public void setAuthenticatorAttachment​(java.lang.String authenticatorAttachment)
      • toJSON

        public org.json.JSONObject toJSON()