# Functions
New wraps an existing SDKCredential, returning a ScopedCredential which has the default scope - full access to all environment data (meaning no payload filter).
NewScoped wraps an existing SDKCredential, returning a ScopedCredential which is valid only for the filtered environment named by filterKey.
# Structs
ScopedCredential scopes an SDKCredential to a filtered environment identified by FilterKey.