Table of Contents

Enum AuthenticationType

Namespace
AppleTvControlLibrary.Auth
Assembly
AppleTv.Hap.dll

Supported authentication type.

public enum AuthenticationType

Fields

Hap = 2

Authentication based on HAP (Home-Kit). pyatv/auth/hap_pairing.py — line 21 as of pyatv 0.18.0

Legacy = 1

Legacy SRP based authentication. pyatv/auth/hap_pairing.py — line 18 as of pyatv 0.18.0

Null = 0

No authentication (just pass through). pyatv/auth/hap_pairing.py — line 15 as of pyatv 0.18.0

Transient = 3

Authentication based on transient HAP (Home-Kit). pyatv/auth/hap_pairing.py — line 24 as of pyatv 0.18.0