You are here

constant OAuthKey::PERMISSIONS in Lightning API 8.4

Same name and namespace in other branches
  1. 8 src/OAuthKey.php \Drupal\lightning_api\OAuthKey::PERMISSIONS
  2. 8.2 src/OAuthKey.php \Drupal\lightning_api\OAuthKey::PERMISSIONS
  3. 8.3 src/OAuthKey.php \Drupal\lightning_api\OAuthKey::PERMISSIONS

The UNIX permission bits to set on keys when writing.

See also

::write()

File

src/OAuthKey.php, line 48

Class

OAuthKey
Defines a service to generate key pairs for oAuth.

Namespace

Drupal\lightning_api

Code

const PERMISSIONS = 0600;