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