Class GetAuthenticationSchemeByName.Query
- Namespace
- Raytha.Application.AuthenticationSchemes.Queries
- Assembly
- Raytha.Application.dll
public record GetAuthenticationSchemeByName.Query : IRequest<IQueryResponseDto<AuthenticationSchemeDto>>, IBaseRequest, IEquatable<GetAuthenticationSchemeByName.Query>
- Inheritance
-
GetAuthenticationSchemeByName.Query
- Implements
-
IBaseRequest
- Inherited Members
Properties
DeveloperName
public string DeveloperName { get; init; }