Remit2AnyEnvironmentConfig class

Environment configuration for Remit2Any authentication

This class manages different URLs and settings for development and production environments.

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

authUrl String
Get the authentication URL for the current environment
no setter
baseUrl String
Get the base URL for the current environment
no setter
cognitoClientId String
Get the Cognito client ID for the current environment
no setter
environment Environment
Get the current environment
no setter
isDev bool
Check if current environment is development
no setter
isProd bool
Check if current environment is production
no setter
userAgentSuffix String
Get the current user agent suffix
no setter
userPoolClientId String
getter/setter pair

Static Methods

setEnvironment(Environment environment) → void
Set the current environment
setUserAgentSuffix(String suffix) → void
Set the user agent suffix for WebView Default is 'embeddablewidget', you can set it to 'remit2any' or any other value