IdentityState

constructor(appUserId: String? = null, aliasId: String = IdentityLogic.generateAlias(), seed: Int = IdentityLogic.generateSeed(), userAttributes: Map<String, Any> = emptyMap(), phase: IdentityState.Phase = Phase.Pending(setOf(Pending.Configuration)), appInstalledAtString: String = "")(source)