QuickbooksEnvironment class

Environment variables for Quickbooks package

Constructors

QuickbooksEnvironment()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 Properties

clientId String
Client id key for your Quickbooks app
final
clientSecret String
CLient secret key for your Quickbooks app
final
isProduction bool
Indicates if your app works in production or in sandbox Will be production by default
final
redirectUri String
The uri you will redirect to after oauth2 sign in with Quickbooks
final
state String
The default confirmation state to verify oauth2 sign in communication
final