Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace RudderSdk.Core;
|
||||
|
||||
/// <summary>Session state reported by <see cref="AuthService.AuthStateChanged"/>.</summary>
|
||||
public enum RudderAuthState
|
||||
{
|
||||
/// <summary>A token pair is stored; API calls carry it.</summary>
|
||||
SignedIn,
|
||||
|
||||
/// <summary>No valid session: logged out or the refresh token was rejected.</summary>
|
||||
SignedOut
|
||||
}
|
||||
Reference in New Issue
Block a user