Show / Hide Table of Contents

Class EncryptedPasswordAuthenticationSettingsDto

Парольные настройки авторизации с зашифрованным паролем пользователя и ключом клиента.

Inheritance
InheritedDto<AuthenticationSettingsDto>
AuthenticationSettingsDto
PasswordAuthenticationSettingsDto
EncryptedPasswordAuthenticationSettingsDto
Inherited Members
PasswordAuthenticationSettingsDto.TokenRequestUrl
PasswordAuthenticationSettingsDto.ClientId
PasswordAuthenticationSettingsDto.ClientSecret
PasswordAuthenticationSettingsDto.UserName
PasswordAuthenticationSettingsDto.Password
PasswordAuthenticationSettingsDto.Scope
Namespace: Trivium.CommonDto.Authentication
Assembly: Trivium.CommonDto.dll
Syntax
[MessagePackFormatter(typeof(InheritanceMessagePackFormatter<EncryptedPasswordAuthenticationSettingsDto>))]
public class EncryptedPasswordAuthenticationSettingsDto : PasswordAuthenticationSettingsDto
Back to top Generated by DocFX