StaticdeleteStaticgetGets user data. Gets user-specific data stored for the current authenticated user.
Optionaloptions: Options<GetUserDataData, ThrowOnError>StaticgetGets user data. Gets user data identified by the provided Id.
StaticpostCreates user data. Creates user-specific data for the current authenticated user with the provided key and value.
Optionaloptions: Options<PostUserDataData, ThrowOnError>StaticputUpdates user data. Updates user-specific data for the current authenticated user.
Optionaloptions: Options<PutUserDataData, ThrowOnError>
Deletes user data. Deletes user data identified by the provided Id.