type
AdminSettings
type AdminSettings struct {
// UserCollectionID is the durable identity of the selected auth collection.
UserCollectionID StableID `json:"userCollectionId"`
// UserCollectionSlug is the API-facing slug of the selected auth collection.
UserCollectionSlug CollectionSlug `json:"userCollectionSlug"`
}The durable ID and current slug of the auth collection trusted by the admin.
UserCollectionIDStableID- UserCollectionID is the durable identity of the selected auth collection.
UserCollectionSlugCollectionSlug- UserCollectionSlug is the API-facing slug of the selected auth collection.