Holds the client identifiers obtained through Dynamic Client Registration, keyed by the authorization server that issued them so credentials are never carried across a server change.
| Methods | ||
|---|---|---|
public
|
read(string $issuer): ?ClientRegistration
|
# |
public
|
write(string $issuer, ClientRegistration $registration): void
|
# |
public
|
forget(string $issuer): void
|
# |