final | |
|---|---|
implements |
ClientRegistrationStoreInterface |
Registration store that keeps registrations for the lifetime of the process only, so a restart registers again rather than reusing an identifier it can no longer prove it owns.
| Methods | ||
|---|---|---|
public
|
read(string $issuer): ?ClientRegistration
|
# |
public
|
write(string $issuer, ClientRegistration $registration): void
|
# |
public
|
forget(string $issuer): void
|
# |