LoginLinkExpiredKindeError constructor
LoginLinkExpiredKindeError({
- String? message,
- required Map<
Object?, Object?> details, - StackTrace? stackTrace,
Implementation
LoginLinkExpiredKindeError({
super.message,
required Map<Object?, Object?> details,
super.stackTrace,
}) : _details = details,
super(code: KindeErrorCode.loginLinkExpired.code);