Enum AuthenticationType
- Namespace
- AppleTvControlLibrary.Auth
- Assembly
- AppleTv.Hap.dll
Supported authentication type.
public enum AuthenticationType
Fields
Hap = 2Authentication based on HAP (Home-Kit). pyatv/auth/hap_pairing.py — line 21 as of pyatv 0.18.0
Legacy = 1Legacy SRP based authentication. pyatv/auth/hap_pairing.py — line 18 as of pyatv 0.18.0
Null = 0No authentication (just pass through). pyatv/auth/hap_pairing.py — line 15 as of pyatv 0.18.0
Transient = 3Authentication based on transient HAP (Home-Kit). pyatv/auth/hap_pairing.py — line 24 as of pyatv 0.18.0