Class RFC8628ServletConfig

  • All Implemented Interfaces:
    org.oa4mp.delegation.server.server.RFC8628Constants

    public class RFC8628ServletConfig
    extends Object
    implements org.oa4mp.delegation.server.server.RFC8628Constants

    Created by Jeff Gaynor
    on 7/14/21 at 8:59 AM

    • Field Detail

      • deviceEndpoint

        public String deviceEndpoint
      • deviceAuthorizationEndpoint

        public String deviceAuthorizationEndpoint
      • lifetime

        public long lifetime
      • interval

        public long interval
      • codeChars

        public char[] codeChars
      • userCodeLength

        public int userCodeLength
        Number of bytes in a user code.
      • userCodeSeperator

        public String userCodeSeperator
        Used between sets of 4 characters in the user code for readability
      • userCodePeriodLength

        public int userCodePeriodLength
        Number of milliseconds that we wait between calls to create a new user code. Spec suggests 5 seconds.
    • Constructor Detail

      • RFC8628ServletConfig

        public RFC8628ServletConfig()