Box.V2.JWTAuth.JWTAuthRepository.AuthenticateAsync C# (CSharp) Метод

AuthenticateAsync() публичный Метод

Not used for this type of authentication
public AuthenticateAsync ( string authCode ) : Task
authCode string
Результат Task
        public Task<OAuthSession> AuthenticateAsync(string authCode)
        {
            throw new NotImplementedException();
        }
        /// <summary>