Skip to content

Commit

Permalink
Update lib/src/types/others.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Gil Shapira <[email protected]>
  • Loading branch information
itaihanski and shilgapira authored Nov 21, 2024
1 parent af61d01 commit a4d66ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/types/others.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enum RevokeType {
/// Revokes the provided refresh JWT and all other active sessions for the user.
///
/// - Important: This causes all sessions for the user to be removed, and the provided
/// refresh JWT will not be usable after the logout call completes.
/// refresh JWT will not be usable after the revokeSessions call completes.
allSessions,
}

Expand Down

0 comments on commit a4d66ba

Please sign in to comment.