package
2.0.0-20250403040254-885e5f19607f
Repository: https://github.com/owncloud/reva.git
Documentation: pkg.go.dev

# Functions

AddLightweightAccountScope adds the scope to allow access to lightweight user.
AddOCMShareScope adds the scope to allow access to an OCM share and the share resource.
AddOwnerScope adds the default owner scope with access to all resources.
AddPublicShareScope adds the scope to allow access to a public share and the shared resource.
AddReceivedShareScope adds the scope to allow access to a received user/group share and the shared resource.
AddResourceInfoScope adds the scope to allow access to a resource info object.
AddShareScope adds the scope to allow access to a user/group share and the shared resource.
FormatScope create a pretty print of the scope.
GetOCMSharesFromScopes returns all OCM shares in the given scope.
VerifyScope is the function to be called when dismantling tokens to check if the token has access to a particular resource.

# Constants

PublicStorageProviderID is the space id used for the public links storage space.

# Type aliases

Verifier is the function signature which every scope verifier should implement.