IdentityCredential class

Implemented types
Available extensions
Annotations
  • @JS.new()
  • @staticInterop

Constructors

IdentityCredential()
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
id → String

Available on Credential, provided by the PropsCredential extension

no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
token → String?

Available on IdentityCredential, provided by the PropsIdentityCredential extension

no setter
type → String

Available on Credential, provided by the PropsCredential extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

logoutRPs(Iterable<IdentityCredentialLogoutRPsRequest> logoutRequests) → Future<void>