Table of Contents

Class APActorEndpointsEntity

Namespace
ActivityPub.Types.AS
Assembly
ActivityPub.Types.dll

A json object which maps additional (typically server/domain-wide) endpoints which may be useful for an actor.

public sealed class APActorEndpointsEntity : ASEntity<APActorEndpoints, APActorEndpointsEntity>
Inheritance
APActorEndpointsEntity
Inherited Members

Properties

OAuthAuthorizationEndpoint

A json object which maps additional (typically server/domain-wide) endpoints which may be useful for an actor.

[JsonPropertyName("oauthAuthorizationEndpoint")]
public ASLink? OAuthAuthorizationEndpoint { get; set; }

Property Value

ASLink
See Also

OAuthTokenEndpoint

A json object which maps additional (typically server/domain-wide) endpoints which may be useful for an actor.

[JsonPropertyName("oauthTokenEndpoint")]
public ASLink? OAuthTokenEndpoint { get; set; }

Property Value

ASLink
See Also

ProvideClientKey

A json object which maps additional (typically server/domain-wide) endpoints which may be useful for an actor.

[JsonPropertyName("provideClientKey")]
public ASLink? ProvideClientKey { get; set; }

Property Value

ASLink
See Also

ProxyUrl

A json object which maps additional (typically server/domain-wide) endpoints which may be useful for an actor.

[JsonPropertyName("proxyUrl")]
public ASLink? ProxyUrl { get; set; }

Property Value

ASLink
See Also

SharedInbox

A json object which maps additional (typically server/domain-wide) endpoints which may be useful for an actor.

[JsonPropertyName("sharedInbox")]
public ASLink? SharedInbox { get; set; }

Property Value

ASLink
See Also

SignClientKey

A json object which maps additional (typically server/domain-wide) endpoints which may be useful for an actor.

[JsonPropertyName("signClientKey")]
public ASLink? SignClientKey { get; set; }

Property Value

ASLink
See Also

See Also