Used by native-backed modules to resolve a previously registered
push storage configuration. Pass to createPushClient({ storage })
to use custom storage for push MFA instead of the platform default.
Remarks
Includes a kind discriminator and compile-time brand so callers cannot
accidentally pass a plain config object or a different storage handle
where a push storage handle is required.
Storage configuration type for push MFA storage.
Opaque handle returned by configurePushStorage.
Used by native-backed modules to resolve a previously registered push storage configuration. Pass to
createPushClient({ storage })to use custom storage for push MFA instead of the platform default.