class AuthPropertyIterator
Defined at line 37 of file ../../third_party/grpc-migrating/src/include/grpcpp/security/auth_context.h
Public Methods
void ~AuthPropertyIterator ()
AuthPropertyIterator & operator++ ()
AuthPropertyIterator operator++ (int )
bool operator== (const AuthPropertyIterator & rhs)
bool operator!= (const AuthPropertyIterator & rhs)
AuthProperty operator* ()
Protected Methods
void AuthPropertyIterator ()
void AuthPropertyIterator (const grpc_auth_property * property, const grpc_auth_property_iterator * iter)
Friends
class SecureAuthContext