pub type ScimTokenTransform = Arc<dyn Fn(String) -> ScimTokenStorageFuture + Send + Sync>;
Custom token transformation callback.
pub struct ScimTokenTransform { /* private fields */ }