AuthenticatedApplication class

Represents an authenticated Application

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AuthenticatedApplication({required String name, required Uri? website, required String clientId, required String clientSecret, required String vapidKey})
AuthenticatedApplication.fromJson(Map<String, dynamic> json)
factory

Properties

clientId String
The clientId associated with your application
final
clientSecret String
The clientSecret associated with your application
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of your application
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vapidKey String
Used for Push Streaming API. Returned with POST /api/v1/apps
final
website Uri?
The website associated with your application
finalinherited

Methods

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

Operators

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