Skip to content

Commit

Permalink
Remove unused AuthorizeOptions type (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Mar 6, 2024
1 parent 0e34bc8 commit f574901
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/types.ts
Expand Up @@ -7,10 +7,6 @@ export interface AuthenticateOptions extends passport.AuthenticateOptions {
additionalParams?: Record<string, any>;

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (14.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (14.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Unexpected any. Specify a different type
}

export interface AuthorizeOptions extends AuthenticateOptions {
samlFallback?: "login-request" | "logout-request";
}

export interface StrategyOptions {
name?: string;
passReqToCallback?: boolean;
Expand Down

0 comments on commit f574901

Please sign in to comment.