Skip to content

Commit

Permalink
Update docs for signout
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Jun 10, 2024
1 parent 9ca5917 commit be2db87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gotrue/Interfaces/IGotrueClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,9 @@ public interface IGotrueClient<TUser, TSession> : IGettableHeaders
Task<bool> Reauthenticate();

/// <summary>
/// Signs out a user and invalidates the current token.
/// Signs out and invalidates all sessions for a user.
/// </summary>
/// <param name="scope">Determines which sessions should be invalidated. By default, it will invalidate all session for a user</param>
/// <returns></returns>
Task SignOut(SignOutScope scope = SignOutScope.Global);

Expand Down

0 comments on commit be2db87

Please sign in to comment.