Class Authority
Container class for API authority information.
Inheritance
System.Object
Authority
Namespace: Den.Dev.Grunt.Models.ApiIngress
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class Authority
Constructors
| Name | Description |
|---|---|
| Authority() |
Properties
| Name | Description |
|---|---|
| AuthenticationMethods | Gets or sets the container for supported authentication methods. |
| AuthorityId | Gets or sets the authority ID. |
| Hostname | Gets or sets the authority hostname. |
| Port | Gets or sets the request port. |
| Scheme | Gets or sets the request scheme. |