petrsvihlik/WopiHost

View on GitHub
src/WopiHost.Core/Security/Authentication/AccessTokenHandler.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method HandleAuthenticateAsync has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected override Task<AuthenticateResult> HandleAuthenticateAsync()
    {
        try
        {
            //TODO: implement access_token_ttl https://msdn.microsoft.com/en-us/library/hh695362(v=office.12).aspx        
Severity: Minor
Found in src/WopiHost.Core/Security/Authentication/AccessTokenHandler.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status