mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:42:59 +03: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