* @license MIT */ interface IdentityInterface { /** * Get the list of roles of this identity * * @return string[]|RoleInterface[] */ public function getRoles(); }