Class RFC8628State


  • public class RFC8628State
    extends Object

    Created by Jeff Gaynor
    on 2/10/21 at 4:23 PM

    • Field Detail

      • userCode

        public String userCode
      • deviceCode

        public URI deviceCode
      • lifetime

        public long lifetime
      • issuedAt

        public long issuedAt
      • lastTry

        public long lastTry
      • interval

        public long interval
      • firstTry

        public boolean firstTry
      • valid

        public boolean valid
        If the user finished logging in, hence making the flow valid.
      • originalScopes

        public String originalScopes
        The original string passed in the request.
    • Constructor Detail

      • RFC8628State

        public RFC8628State()
    • Method Detail

      • fromJSON

        public void fromJSON​(net.sf.json.JSONObject jsonObject)
      • toJSON

        public net.sf.json.JSONObject toJSON()
      • isExpired

        public boolean isExpired()