How to determine if there exists a session through Actions without using prompt=none in event.transaction.
Use Case: There are multiple in house api calls in the action which needs to be called only during initial login, on subsequent authorize calls these api calls are just computational overhead. prompt=none parameter could not be used due to the native biometrics implementation using refresh tokens.