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