package apiv1

import "code.secondbit.org/scopes.hg/types"

var (
	// ScopeViewPushToken is a Scope that grants access to viewing pushTokens for
	// Devices.
	ScopeViewPushToken = scopeTypes.Scope{
		ID:          "https://scopes.useducky.com/devices/pushToken/view",
		Name:        "View device push tokens.",
		Description: "View the push tokens that allow sending messages and notifications to your device. This can be used to force your device to open links, and should be granted with extreme caution.",
	}
)
