Table of Contents

Class FixedRedirectOptions

Namespace
Glitch9.AIDevKit.Auth
public sealed class FixedRedirectOptions
Inheritance
object
FixedRedirectOptions

Fields

extraChannel

public Func<CancellationToken, UniTask<string>> extraChannel

Field Value

Func<CancellationToken, UniTask<string>>

pollInterval

public TimeSpan pollInterval

Field Value

TimeSpan

pollUrl

public Uri pollUrl

Field Value

Uri

sessionId

public string sessionId

Field Value

string

sseUrl

public Uri sseUrl

Field Value

Uri

totalTimeout

public TimeSpan? totalTimeout

Field Value

TimeSpan?

webSocketUrl

public Uri webSocketUrl

Field Value

Uri