Struct worker::TlsClientAuth
source · pub struct TlsClientAuth { /* private fields */ }
Expand description
Only set when using Cloudflare Access or API Shield
Implementations§
source§impl TlsClientAuth
impl TlsClientAuth
pub fn cert_issuer_dn_legacy(&self) -> String
pub fn cert_issuer_dn(&self) -> String
pub fn cert_issuer_dn_rfc2253(&self) -> String
pub fn cert_subject_dn_legacy(&self) -> String
pub fn cert_verified(&self) -> String
pub fn cert_not_after(&self) -> String
pub fn cert_subject_dn(&self) -> String
pub fn cert_fingerprint_sha1(&self) -> String
pub fn cert_not_before(&self) -> String
pub fn cert_serial(&self) -> String
pub fn cert_presented(&self) -> String
pub fn cert_subject_dn_rfc2253(&self) -> String
Trait Implementations§
source§impl Debug for TlsClientAuth
impl Debug for TlsClientAuth
source§impl From<TlsClientAuth> for TlsClientAuth
impl From<TlsClientAuth> for TlsClientAuth
source§fn from(inner: TlsClientAuth) -> Self
fn from(inner: TlsClientAuth) -> Self
Converts to this type from the input type.