Class TokenBase
The base for all tokens.
Inherited Members
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public abstract class TokenBase
Properties
View SourceIsRateLimited
Returns true while the token is rate limited.
Declaration
public bool IsRateLimited { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceBeginRateLimit()
Triggered when the server returns status code TooManyRequests Once triggered the local timeout will be extended an arbitrary length of time.
Declaration
public void BeginRateLimit()