Merge pull request #62 from Dan6erbond:issues/45

[FEATURE] Add Support to Specify Protocol in Auth Config
This commit is contained in:
Dan6erbond 2022-01-12 19:56:42 +01:00 committed by GitHub
commit 099dfd294f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
export type Profile = any; export type Profile = any;
export type CallbackResult = [Profile, string | null]; export type CallbackResult = [Profile, string | null, { error: string } | null];