$ModuleAuthentication class

Available extensions
Annotations
  • @JS('vscode.authentication')
  • @staticInterop

Constructors

$ModuleAuthentication.new()

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})

Available on $ModuleAuthentication, provided by the $ModuleAuthentication$Typings extension

Overload accessor: $1, $2, $3
no setter
hashCode int
The hash code for this object.
no setterinherited
onDidChangeSessions Event<AuthenticationSessionsChangeEvent>

Available on $ModuleAuthentication, provided by the $ModuleAuthentication$Typings extension

An {@link Event} which fires when the authentication sessions of an authentication provider have been added, removed, or changed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAuthenticationProvider(String id, String label, AuthenticationProvider provider, [AuthenticationProviderOptions? options]) Disposable

Available on $ModuleAuthentication, provided by the $ModuleAuthentication$Typings extension

Register an authentication provider.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited