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 mixed __construct ( string $file ) | ||
| $file | string | |
public function __construct(private readonly string $file)
{
}
Signup or Login in order to comment.