Class BowireImpersonationScope

Namespace
Kuestenlogik.Bowire.Auth
Assembly
Kuestenlogik.Bowire.dll

Who is acting, and on whose behalf (#98).

public sealed class BowireImpersonationScope
Inheritance
BowireImpersonationScope
Inherited Members

Constructors

BowireImpersonationScope()

public BowireImpersonationScope()

Properties

ActingAs

The identity whose slot is being served.

public required string ActingAs { get; init; }

Property Value

string

Actor

The real caller — the administrator, never the target.

public required string Actor { get; init; }

Property Value

string