AuthUser public protocol AuthUser : Sendable Defines the protocol for an auth user username User name of the auth user Declaration Swift var username: String { get } userId Unique id of the auth user Declaration Swift var userId: String { get } © 2025 Amazon Web Services. All rights reserved. (Last updated: 2025-08-06) Generated by jazzy ♪♫ v0.15.3, a Realm project.