Warning: Using this property can lead to race conditions if you access another property subsequently along the refresh boundary. Please use get_frozen_credentials instead.
(self)
| 504 | |
| 505 | @property |
| 506 | def account_id(self): |
| 507 | """Warning: Using this property can lead to race conditions if you |
| 508 | access another property subsequently along the refresh boundary. |
| 509 | Please use get_frozen_credentials instead. |
| 510 | """ |
| 511 | self._refresh() |
| 512 | return self._account_id |
| 513 | |
| 514 | @account_id.setter |
| 515 | def account_id(self, value): |