Authentication

Notes on new Telepathy interfaces for various authentication needs.

Scope

Out of scope?

Interface

Authentication is split into two kinds: local (we need to provide credentials) and remote (a peer needs to provide credentials).

Channel type LocalAuthentication

Created when a peer wants us to authenticate ourselves.

Interface SaslAuthentication

Interface TlsCertificateVerification

Channel type RemoteAuthentication

Created when we want to authenticate the peer.

Open questions