You are here

namespace Drupal\key\Plugin\KeyType in Key 8

Classsort descending Location Description
AuthenticationKeyType src/Plugin/KeyType/AuthenticationKeyType.php Defines a generic key type for authentication.
AuthenticationMultivalueKeyType src/Plugin/KeyType/AuthenticationMultivalueKeyType.php Defines a generic key type for authentication with multiple values.
EncryptionKeyType src/Plugin/KeyType/EncryptionKeyType.php Defines a generic key type for encryption.
UserPasswordKeyType src/Plugin/KeyType/UserPasswordKeyType.php Defines a key that combines a user name and password.