SSOCaptchaServerSDK class

Constructors

SSOCaptchaServerSDK({String serverUrl = defaultAPIUrl})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUrl String
getter/setter pair

Methods

getCaptcha(String scope, [String lang = 'en']) Future<CaptchaInfo>
getSubmitStatus(String captchaId, String secretPhrase, [String lang = 'en']) Future<CheckCaptchaStatusInfo>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitCaptcha(String captchaId, String phrase, [String lang = 'en']) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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