class documentation
class _RuntimeAuthorizationProvider(AuthorizationProvider): (source)
Constructor: _RuntimeAuthorizationProvider(channel, provider)
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 |
Initialize a runtime-bound authorization provider.
| Parameters | |
channel:Channel | SDK channel that owns the event loop. |
provider:AuthorizationProvider | Authorization provider to wrap. |