Show / Hide Table of Contents

Class TokenBase

The base for all tokens.

Inheritance
object
TokenBase
ApiKeyToken
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public abstract class TokenBase

Properties

View Source

IsRateLimited

Returns true while the token is rate limited.

Declaration
public bool IsRateLimited { get; }
Property Value
Type Description
bool

Methods

View Source

BeginRateLimit()

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()

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.