Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php final class PhabricatorOAuthServerCreateClientsCapability extends PhabricatorPoli..

Decoded Output download

<?php

final class PhabricatorOAuthServerCreateClientsCapability
  extends PhabricatorPolicyCapability {

  const CAPABILITY = 'oauthserver.create';

  public function getCapabilityName() {
    return pht('Can Create OAuth Applications');
  }

  public function describeCapabilityRejection() {
    return pht('You do not have permission to create OAuth applications.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorOAuthServerCreateClientsCapability
  extends PhabricatorPolicyCapability {

  const CAPABILITY = 'oauthserver.create';

  public function getCapabilityName() {
    return pht('Can Create OAuth Applications');
  }

  public function describeCapabilityRejection() {
    return pht('You do not have permission to create OAuth applications.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 5ace274928752199e2601b1d8d46dc11
Eval Count 0
Decode Time 104 ms