Table of Contents

Class NatsAuthOpts

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll
public record NatsAuthOpts : IEquatable<NatsAuthOpts>
Inheritance
NatsAuthOpts
Implements
Inherited Members

Fields

Default

Properties

AuthCredCallback

Callback to provide NATS authentication credentials. When specified, value of NatsAuthCred will take precedence over other authentication options. Note that, default value of NatsAuthCred should not be returned as the behavior is not defined.

CredsFile
IsAnonymous
Jwt
NKey
NKeyFile
Password
Seed
Token
Username