Skip to content

Function: createNativeAuthRepository()

function createNativeAuthRepository(fetcher, _config): NativeAuthRepository;

Defined in: repositories/authRepository.native.ts:122

Creates a React Native auth repository for native OAuth operations

ParameterTypeDescription
fetcher<T>(endpoint, options) => Promise<RestResponse<T>>REST API fetcher
_configChanomhubConfigSDK configuration (reserved for future use)

NativeAuthRepository