EdugorillaSSO class

Constructors

EdugorillaSSO()

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

baseUrl String
getter/setter pair
secret_key_location String
getter/setter pair

Static Methods

base64Encode(List<int> byteText) String
encrypt(String data, Uint8List key) List<String>
encryptUrlAndOpenWebView(BuildContext context, String userInfo, String redirectUrl) → void
getPrivateKeyData() Future<Uint8List>
initializeBaseUrl(String clientBaseUrl, String secret_key) → void
stringToByte(String text) Uint8List