| com.amazon.identity.auth.device.interactive.InteractiveAPI | 
|  Known Indirect Subclasses 
          
            
              AuthorizeListener,
            
              AuthorizeRequest,
            
              BaseWorkflowListener<T, U, V>,
            
              InteractiveListener<T, U, V>,
            
              InteractiveRequest<T extends InteractiveListener<S, U, V>, S, U, V>
            
          
       | 
Elements of an interactive API, such as requests and listeners, share this interface.{@since 3.0 }
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Interactive APIs are bound together by a request type. | |||||||||||
Interactive APIs are bound together by a request type. Requests and listeners are associated together if the
 value of getRequestType() is the same.
 
The request type should be a globally unique (it is recommended to use reverse fully qualified domain name style, e.g. "com.amazon.identity.auth.device.request.authorize"), and be safe to URL percent encode per RFC 3986.