Options
All
  • Public
  • Public/Protected
  • All
Menu

Context information that can be used during authentication. Used to pass in extra information that a AuthProvider may use if needed.

Hierarchy

  • AuthContext

Index

Properties

Optional localPublicSecurity

localPublicSecurity?: ArrayBuffer

An optional buffer representing a publicly known security challenge. For TLS this can be the hash of the certificate used by the local transport.

Optional remotePublicSecurity

remotePublicSecurity?: ArrayBuffer

An optional buffer representing a publicly known security challenge from the remote peer. For TLS this can be the hash of the certificate of the server being connected to.

Generated using TypeDoc