Searched defs:TokenFetcher (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/remoting/protocol/
H A Dthird_party_client_authenticator.h23 // message from the host, then calls the |TokenFetcher| asynchronously to
25 // interactive authentication, the |TokenFetcher| implementation will show the
26 // appropriate UI. Once the |TokenFetcher| returns, the client sends the |token|
31 class TokenFetcher { class in class:remoting::protocol::ThirdPartyClientAuthenticator
42 virtual ~TokenFetcher() {}
50 // The request is canceled if the TokenFetcher is destroyed.
60 scoped_ptr<TokenFetcher> token_fetcher);
76 scoped_ptr<TokenFetcher> token_fetcher_;

Completed in 1068 milliseconds