Returns the list of already completed authentication flows from previous requests.
List<String> get completedAuthenticationFlows => raw.tryGetList<String>('completed') ?? [];