Skip to content

Commit

Permalink
Remove oidc_logout deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 26, 2023
1 parent 02df06f commit fa49d69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
21 changes: 0 additions & 21 deletions src/deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,3 @@ export type ClientOidcBackchannelLogout = ClientOidcLogout;
* @deprecated Use {@link ClientUpdateOidcLogout} instead.
*/
export type ClientUpdateOidcBackchannelLogout = ClientUpdateOidcLogout;

export interface Client extends _Client {
/**
* @deprecated Use {@link _Client.oidc_logout} instead.
*/
oidc_backchannel_logout?: ClientOidcLogout;
}

export interface ClientCreate extends _ClientCreate {
/**
* @deprecated Use {@link _ClientCreate.oidc_logout} instead.
*/
oidc_backchannel_logout?: ClientCreateOidcLogout;
}

export interface ClientUpdate extends _ClientUpdate {
/**
* @deprecated Use {@link _ClientUpdate.oidc_logout} instead.
*/
oidc_backchannel_logout?: ClientUpdateOidcLogout;
}
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ export * from './userinfo/index.js';
export * from './lib/errors.js';
export * from './lib/models.js';
export * from './deprecations.js';
export { Client, ClientCreate, ClientUpdate } from './deprecations.js';

0 comments on commit fa49d69

Please sign in to comment.