【发布时间】:2020-05-25 18:39:52
【问题描述】:
当我们使用 msgraph-sdk-dotnet-auth 作为身份验证时,有没有办法设置 MaxRetry 值提供者。我可以看到它在 AuthenticationProviderOption 类中设置为 1
public class AuthenticationProviderOption : IAuthenticationProviderOption
{
internal int MaxRetry { get; set; } = 1;
}
【问题讨论】:
标签: microsoft-graph-api msal microsoft-graph-sdks