Final Class Yiisoft\Auth\Jwt\KeyFactory\FromCertificateFile
| Inheritance | Yiisoft\Auth\Jwt\KeyFactory\FromCertificateFile |
|---|---|
| Implements | Yiisoft\Auth\Jwt\KeyFactoryInterface |
Creates JWK from a certificate file.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Auth\Jwt\KeyFactory\FromCertificateFile | |
| create() | Yiisoft\Auth\Jwt\KeyFactory\FromCertificateFile |
Method Details
| public __construct( string $file ): mixed | ||
| $file | string | |
public function __construct(private readonly string $file) {}
Signup or Login in order to comment.