@databutton/firebase-types 1.119.1 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -944,10 +944,11 @@ export type NeonDatabaseExtensionConfig = NeonDatabaseExtensionConfigV1 | NeonDa
|
|
|
944
944
|
export interface OidcAuthExtensionConfig {
|
|
945
945
|
jwksUrl: string;
|
|
946
946
|
iss: string;
|
|
947
|
-
aud
|
|
947
|
+
aud?: string;
|
|
948
|
+
requiredAttributes?: Record<string, string>;
|
|
948
949
|
}
|
|
949
950
|
export interface WorkosAuthExtensionConfig {
|
|
950
|
-
|
|
951
|
+
clientId: string;
|
|
951
952
|
}
|
|
952
953
|
export interface StackAuthExtensionConfig {
|
|
953
954
|
projectId: string;
|