OidcNativeErrorCodes class abstract final

Error codes returned by the native plugins via Pigeon PigeonError / FlutterError (surfaced Dart-side as a PlatformException.code).

Kept in sync with OidcPlugin.kt / OidcPlugin.swift.

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

Constants

presentationContextInvalid → const String
iOS/macOS only: the presentation context was closed/invalid (the iOS + Azure "-3" end-session case), which for logout means the session simply ended.
userCancelled → const String
The user dismissed the browser before completing the flow. Treated as a benign null result (matching the cancellation contract of the other platforms).