native/dart_bridge_auth library

Classes

AuthData
Authentication data
AuthResult
Authentication result
DartBridgeAuth
Authentication bridge for C++ auth operations. Matches Swift's CppBridge+Auth.swift.
RacSdkConfigStruct
SDK config struct for auth requests
RacSecureStorageCallbacksStruct
Secure storage callbacks struct

Typedefs

RacSecureDeleteCallbackNative = Int32 Function(Pointer<Utf8> key, Pointer<Void> context)
Secure storage delete callback
RacSecureRetrieveCallbackNative = Int32 Function(Pointer<Utf8> key, Pointer<Utf8> outValue, IntPtr bufferSize, Pointer<Void> context)
Secure storage retrieve callback
RacSecureStoreCallbackNative = Int32 Function(Pointer<Utf8> key, Pointer<Utf8> value, Pointer<Void> context)
Secure storage store callback