AuthUser

public protocol AuthUser

Defines the protocol for an auth user

  • User name of the auth user

    Declaration

    Swift

    var username: String { get }
  • Unique id of the auth user

    Declaration

    Swift

    var userId: String { get }