openAiAuthService function
- @Riverpod(keepAlive: true)
Auth service providers for OAuth-based AI providers.
Implementation
@Riverpod(keepAlive: true)
OpenAiAuthService openAiAuthService(Ref ref) {
return OpenAiAuthService(ref.watch(secureStorageProvider));
}