Skip to content

Commit

Permalink
Remove unused AuthorizeOptions type (node-saml#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ export interface AuthenticateOptions extends passport.AuthenticateOptions {
additionalParams?: Record<string, any>;
}

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.