completedAuthenticationFlows property

List<String> completedAuthenticationFlows

Returns the list of already completed authentication flows from previous requests.

Implementation

List<String> get completedAuthenticationFlows =>
    raw.tryGetList<String>('completed') ?? [];