mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-12 03:28:58 +00:00
chore: fix federated credentials type error
This commit is contained in:
@@ -10,7 +10,7 @@ export type OidcClientFederatedIdentity = {
|
||||
issuer: string;
|
||||
subject?: string;
|
||||
audience?: string;
|
||||
jwks: string | undefined;
|
||||
jwks?: string | undefined;
|
||||
};
|
||||
|
||||
export type OidcClientCredentials = {
|
||||
|
||||
Reference in New Issue
Block a user