Table of Contents

Class OidcTokenException

Namespace
Sigstore.Exceptions
Assembly
Sigstore.dll

OIDC token could not be obtained or is invalid.

public sealed class OidcTokenException : SigstoreException, ISerializable
Inheritance
OidcTokenException
Implements
Inherited Members

Constructors

OidcTokenException(string)

Creates a new SigstoreException.

public OidcTokenException(string message)

Parameters

message string

Human-readable explanation including which step failed.

OidcTokenException(string, Exception)

Creates a new SigstoreException with an inner cause.

public OidcTokenException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.