RegisteredApplication class

Annotations
  • @freezed

Constructors

RegisteredApplication({required String id, required String name, required String clientId, required String clientSecret, required String redirectUri, required String vapidKey, String? website})
const
factory
RegisteredApplication.fromJson(Map<String, Object?> json)
factory

Properties

clientId String
Client ID key, to be used for obtaining OAuth tokens.
no setterinherited
clientSecret String
Client secret key, to be used for obtaining OAuth tokens.
no setterinherited
copyWith → $RegisteredApplicationCopyWith<RegisteredApplication>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The id of of this application.
no setterinherited
name String
The name of your application.
no setterinherited
redirectUri String
The registered redirect uri.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vapidKey String
Used for Push Streaming API.
no setterinherited
website String?
The website associated with your application.
no setterinherited

Methods

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

Operators

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