Interface Yiisoft\Auth\Jwt\KeyFactoryInterface
| Implemented by | Yiisoft\Auth\Jwt\KeyFactory\FromCertificateFile, Yiisoft\Auth\Jwt\KeyFactory\FromKeyFile, Yiisoft\Auth\Jwt\KeyFactory\FromPKCS12CertificateFile, Yiisoft\Auth\Jwt\KeyFactory\FromSecret |
|---|
Key factory creates a JSON Web Key.
See also https://tools.ietf.org/html/rfc7517.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| create() | Create a key with additional values. | Yiisoft\Auth\Jwt\KeyFactoryInterface |
Signup or Login in order to comment.