AuthenticationProvider$Typings extension

on

Properties

createSession Future Function(List<String>)

Available on AuthenticationProvider, provided by the AuthenticationProvider$Typings extension

getter/setter pair
getSessions Future Function([List<String>?])

Available on AuthenticationProvider, provided by the AuthenticationProvider$Typings extension

getter/setter pair
onDidChangeSessions Event<AuthenticationProviderAuthenticationSessionsChangeEvent>

Available on AuthenticationProvider, provided by the AuthenticationProvider$Typings extension

An {@link Event} which fires when the array of sessions has changed, or data within a session has changed.
no setter
removeSession Future Function(String)

Available on AuthenticationProvider, provided by the AuthenticationProvider$Typings extension

getter/setter pair