LaunchingSignInState
Shared SignInState implementation used by the provider modules: runs block in scope, guarding against concurrent launches and driving isInProgress. block reads its parameters through rememberUpdatedState-backed properties, so values current at launch time are used even when the caller recomposes with new arguments.
Properties
Link copied to clipboard
True while a sign-in flow started by launch is still running.