Class WebTokenResult


  • public class WebTokenResult
    extends Object
    • Field Detail

      • access_token

        public String access_token
      • refresh_token

        public String refresh_token
      • token_type

        public String token_type
      • expires_in

        public long expires_in
      • idle_timeout

        public int idle_timeout
      • username

        public String username
      • created

        public long created
      • userMustChangePassword

        public boolean userMustChangePassword
      • errorCode

        public int errorCode
      • lastRefresh

        public long lastRefresh
    • Constructor Detail

      • WebTokenResult

        public WebTokenResult()