Skip to content

Update deleteByLogoutToken arg type in EXAMPLES.md #2067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ammubhave
Copy link

The arg type of deleteByLogoutToken has sid and sub as optional strings.

export type LogoutToken = {
    sub?: string;
    sid?: string;
};
  • [N/A] All new/changed/fixed functionality is covered by tests (or N/A)
  • [N/A] I have added documentation for all new/changed functionality (or N/A)

📋 Changes

EXAMPLES.md documentation

The arg type of deleteByLogoutToken has sid and sub as optional strings.
```
export type LogoutToken = {
    sub?: string;
    sid?: string;
};
```
@ammubhave ammubhave requested a review from a team as a code owner April 24, 2025 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant