# Functions
CreatePermission creates a permission from given arguments.
GetAccessToken fetches the access token from the given (GRPC) context.
GetApiKeyAndSecret fetches the api key & secret from the given (GRPC) context.
ParsePermission parses a permission into: - api - kind - verb
E.g.
WithAccessToken returns a context that containes the given access token for outgoing (GRPC) calls and is derived from the given context.WithAccessToken.