getInstance

fun getInstance(context: Context, applicationInfo: ApplicationInfo, hasInstalledAndroidSolidServices: () -> Boolean): SolidSignInClient

Returns the application-scoped singleton SolidSignInClient.

Parameters

context

Any Context; the application context is used internally.

applicationInfo

The calling app's ApplicationInfo, used to identify the app.

hasInstalledAndroidSolidServices

Returns true when the Android Solid Services app is installed on the device.