Storage configuration parameters with platform-specific options
Optionaloptions: StorageLoggerOptionsOptional logger configuration
A branded PushStorage handle with native storage id metadata
import { configurePushStorage } from '@ping-identity/rn-storage';
const pushStorage = configurePushStorage({
android: {
keyAlias: 'push_key'
}
});
// Pass to push client
// createPushClient({ storage: pushStorage });
TODO: Analyze implications of turning storage operations async to better handle errors from native bridge calls.
Registers and resolves a push MFA storage handle.
This function handles registration internally and returns a normalized storage configuration that can be passed to
createPushClient({ storage }).