class documentation

Run an authorization provider on the SDK event loop.

Method __init__ Initialize a runtime-bound authorization provider.
Method authenticator Return an authenticator that uses the SDK event loop.
Instance Variable _channel Undocumented
Instance Variable _provider Undocumented
def __init__(self, channel: Channel, provider: AuthorizationProvider): (source)

Initialize a runtime-bound authorization provider.

Parameters
channel:ChannelSDK channel that owns the event loop.
provider:AuthorizationProviderAuthorization provider to wrap.
def authenticator(self) -> Authenticator: (source)

Return an authenticator that uses the SDK event loop.

_channel = (source)

Undocumented

_provider = (source)

Undocumented