OAuthApp class abstract

OAuthApp

Properties:

  • id - The client id of the application
  • clientSecret - The client secret of the application
  • name - The name of the client application
  • description - A short description of the application
  • iconUrl - A URL to an icon to display with the application
  • callbackUrls - A list of callback URLs for the appliation
  • homepage - A link to the website of the application
  • isTrusted - Set this to true to skip asking users for permission
  • createAt - The time of registration for the application
  • updateAt - The last time of update for the application

Constructors

OAuthApp([void updates(OAuthAppBuilder b)])
factory

Properties

callbackUrls → BuiltList<String>?
A list of callback URLs for the appliation
no setter
clientSecret String?
The client secret of the application
no setter
createAt int?
The time of registration for the application
no setter
description String?
A short description of the application
no setter
hashCode int
The hash code for this object.
no setterinherited
homepage String?
A link to the website of the application
no setter
iconUrl String?
A URL to an icon to display with the application
no setter
id String?
The client id of the application
no setter
isTrusted bool?
Set this to true to skip asking users for permission
no setter
name String?
The name of the client application
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAt int?
The last time of update for the application
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(OAuthAppBuilder)) OAuthApp
Rebuilds the instance.
inherited
toBuilder() OAuthAppBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<OAuthApp>
no setter