Function: createNativeAuthRepository()
function createNativeAuthRepository(fetcher, _config): NativeAuthRepository;Defined in: repositories/authRepository.native.ts:122
Creates a React Native auth repository for native OAuth operations
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
fetcher | <T>(endpoint, options) => Promise<RestResponse<T>> | REST API fetcher |
_config | ChanomhubConfig | SDK configuration (reserved for future use) |