Show / Hide Table of Contents

Class PasswordAuthenticationSettingsDto

Парольные настройки авторизации.

Inheritance
InheritedDto<AuthenticationSettingsDto>
AuthenticationSettingsDto
PasswordAuthenticationSettingsDto
EncryptedPasswordAuthenticationSettingsDto
Namespace: Trivium.CommonDto.Authentication
Assembly: Trivium.CommonDto.dll
Syntax
[MessagePackFormatter(typeof(InheritanceMessagePackFormatter<PasswordAuthenticationSettingsDto>))]
public class PasswordAuthenticationSettingsDto : AuthenticationSettingsDto

Properties

string ClientId
Идентификатор клиента.
string ClientSecret
Ключ клиента.
Опционально.
string Password
Пароль пользователя.
string Scope
Область доступа, запрашиваемая для аутентификации пользователя.
Опционально.
string TokenRequestUrl
Адрес для запроса токена.
string UserName
Логин пользователя.
Back to top Generated by DocFX