Differences Between: [Versions 400 and 402] [Versions 400 and 403]
1 <?php 2 3 namespace Packback\Lti1p3\Interfaces; 4 5 interface IMessageValidator 6 { 7 public function validate(array $jwtBody); 8 9 public function canValidate(array $jwtBody); 10 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body