AuthenticatedLicense class
@param document License Document being opened.
Constructors
- AuthenticatedLicense(LicenseDocument document)
Properties
- document → LicenseDocument
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String
-
A hint to be displayed to the User to help them remember the User Passphrase.
no setter
- hintLink → Link?
-
Location where a Reading System can redirect a User looking for additional information
about the User Passphrase.
no setter
- provider → String
-
URI of the license provider.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportLinks
→ List<
Link> -
Support resources for the user (either a website, an email or a telephone number).
no setter
- user → User?
-
Informations about the user owning the license.
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