class documentation

class AuthorizationInterceptor(UnaryUnaryClientInterceptor): (source)

Constructor: AuthorizationInterceptor(provider)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Async Method intercept_unary_unary Undocumented
Instance Variable _provider Undocumented
def __init__(self, provider: Provider): (source)

Undocumented

async def intercept_unary_unary(self, continuation: Callable[[ClientCallDetails, Req], UnaryUnaryCall | Res], client_call_details: ClientCallDetails, request: Req) -> UnaryUnaryCall | Res: (source)

Undocumented

_provider = (source)

Undocumented