Class Completed

    • Constructor Detail

      • Completed

        public Completed()
    • Method Detail

      • getAuthorizeResponse

        public Map<String,​String> getAuthorizeResponse()
        For an OAuth flow using the pi.flow response mode, this field contains the authorization response parameters.
      • setAuthorizeResponse

        public void setAuthorizeResponse​(Map<String,​String> authorizeResponse)
        Set the OAuth authorization response parameters.
      • getUser

        public User getUser()
        For an OAuth flow using the pi.flow response mode, this field contains the user information obtained during authentication.
      • setUser

        public void setUser​(User user)
        Set the user information obtained during authentication.