credentials

Returns the list of credentials for the current app user.

This StateFlow emits an immutable list whenever credentials change. The list may be empty if no credentials are available or while loading. Check each credential's errors property to determine if it's ready for use.

The flow is thread-safe and can be collected from any coroutine context. Latest value is always available via .value property.