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

namespace Unity.Services.Authentication
{
public class AuthenticationCache // TypeDefIndex: 13028
{
	// Fields
	type#19902 m_CloudProjectId;
	type#20444 m_Profile;

	// Methods
	// RVA: -1
	public virtual type#26576 get_CloudProjectId() { }
	// RVA: -1
	public virtual type#26576 get_Profile() { }
	// RVA: -1
	private type#26576 get_Prefix() { }
	// RVA: -1
	private type#26576 get_OldPrefix() { }
	// RVA: -1
	public type#28660 .ctor(type#19901 cloudProjectId, type#20443 profile) { }
	// RVA: -1
	public virtual type#15313 HasKey(type#26576 key) { }
	// RVA: -1
	public virtual type#28660 DeleteKey(type#26576 key) { }
	// RVA: -1
	public virtual type#26576 GetString(type#26576 key) { }
	// RVA: -1
	public virtual type#28660 Migrate(type#26576 key) { }
	// RVA: -1
	internal type#26576 GetKey(type#26576 key) { }
	// RVA: -1
	internal type#26576 GetOldKey(type#26576 key) { }
}
}
