// Assembly: Unity.Services.Authentication
// Full name: Unity.Services.Authentication.AuthenticationState

namespace Unity.Services.Authentication
{
public class AuthenticationState // TypeDefIndex: 12974
{
	// Fields
	type#20890 value__;
	type#14775 SignedOut;
	type#14775 SigningIn;
	type#14775 Authorized;
	type#14775 Refreshing;
	type#14775 Expired;
}
}
