Trait ethcore_dapps::WebProxyTokens [] [src]

pub trait WebProxyTokens: Send + Sync {
    fn is_web_proxy_token_valid(&self, token: &String) -> bool;
}

Validates Web Proxy tokens

Required Methods

Should return true if token is a valid web proxy access token.

Implementors