$ModuleAuthentication$Typings extension

on

Properties

getSession → ({Future Function(String providerId, List<String> scopes, Object options) $1, Future Function(String providerId, List<String> scopes, Object options) $2, Future Function(String providerId, List<String> scopes, [AuthenticationGetSessionOptions? options]) $3})
Overload accessor: $1, $2, $3
no setter
onDidChangeSessions Event<AuthenticationSessionsChangeEvent>
An {@link Event} which fires when the authentication sessions of an authentication provider have been added, removed, or changed.
no setter

Methods

registerAuthenticationProvider(String id, String label, AuthenticationProvider provider, [AuthenticationProviderOptions? options]) Disposable
Register an authentication provider.