CliConstants class

Constants for the CLI

Constructors

CliConstants()

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

authenticatePath String
Path to authenticate via CLI
getter/setter pair
baseUrl String
Base URL for the API
getter/setter pair
refreshTokenPath String
Path to refresh token
getter/setter pair
updateEmailPath String
Path to update email if not already present
getter/setter pair