Type Alias AppCheckerNullComponentType

Source
pub type AppCheckerNullComponentType = AppCheckerNull;

Aliased Type§

struct AppCheckerNullComponentType {}

Implementations

Trait Implementations

Source§

impl<'a> AppCredentialsPolicy<'a> for AppCheckerNull

Source§

fn require_credentials(&self) -> bool

Whether credentials are required or not. Read more
Source§

fn check_credentials( &self, credentials: TbfFooterV2Credentials, binary: &'a [u8], ) -> Result<(), (ErrorCode, TbfFooterV2Credentials, &'a [u8])>

Check a particular credential. Read more
Source§

fn set_client(&self, _client: &'a dyn AppCredentialsPolicyClient<'a>)

Set the client which gets notified after the credential check completes.