class documentation
class _RuntimeAuthenticator(Authenticator): (source)
Constructor: _RuntimeAuthenticator(channel, authenticator)
Run one authorization authenticator on the SDK event loop.
| Method | __init__ |
Initialize a runtime-bound authenticator. |
| Async Method | authenticate |
Add authorization data to request metadata. |
| Method | can |
Return whether authentication can be retried. |
| Instance Variable | _authenticator |
Undocumented |
| Instance Variable | _channel |
Undocumented |