Show / Hide Table of Contents

Class AuthenticationSettingsDto

Настройки аутентификации.

Inheritance
InheritedDto<AuthenticationSettingsDto>
AuthenticationSettingsDto
ConfidentialClientAuthenticationSettingsDto
PasswordAuthenticationSettingsDto
Namespace: Trivium.CommonDto.Authentication
Assembly: Trivium.CommonDto.dll
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[]{"discriminator"})]
public abstract class AuthenticationSettingsDto : InheritedDto<AuthenticationSettingsDto>
Back to top Generated by DocFX