Config validation clean up

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-07-28 14:52:35 -05:00
parent d43a807103
commit 9dad4b0e61
3 changed files with 11 additions and 4 deletions
+2
View File
@@ -152,6 +152,8 @@ export interface Config {
clientSecret: string;
callbackUrl?: string;
metadataUrl: string;
tokenEndpointAuthMethod?: string;
tokenSignedResponseAlg?: string;
scope?: string;
prompt?: string;
};