AuthStrategy

public enum AuthStrategy

Warning

Although this has public access, it is intended for internal use and should not be used directly by host applications. The behavior of this may change without warning.
  • Declaration

    Swift

    case owner
  • Declaration

    Swift

    case groups
  • Declaration

    Swift

    case `private`
  • Declaration

    Swift

    case `public`
  • Declaration

    Swift

    case custom