Documentation modifications
This commit is contained in:
@@ -24,6 +24,14 @@ public class AuthService : IAuthService
|
||||
|
||||
//private LoginResponse? _loginResponse;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AuthService"/> class, capturing the recording settings, logger, and authority repository required for authentication operations.
|
||||
/// </summary>
|
||||
/// <param name="recordingSettings">The <see cref="IOptions{RecordingSettings}"/> providing access to the configured <see cref="RecordingSettings"/>.</param>
|
||||
/// <param name="logger">The <see cref="ILogger{AuthService}"/> used to log authentication activity.</param>
|
||||
/// <param name="authorityRepository">The <see cref="IAuthorityRepository"/> used to access authority data.</param>
|
||||
/// <exception cref="Exception">Thrown when <paramref name="recordingSettings"/>.Value is <see langword="null"/>.</exception>
|
||||
/// <!-- aidoc:v1 sig=acf40f6 body=d2bb62a -->
|
||||
public AuthService(IOptions<RecordingSettings> recordingSettings, ILogger<AuthService> logger,
|
||||
IAuthorityRepository authorityRepository)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user