All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.auth.webhook.github.GithubWebHookAuthService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
package com.capitalone.dashboard.auth.webhook.github;

import org.springframework.security.core.Authentication;
import javax.servlet.http.HttpServletRequest;

public interface GithubWebHookAuthService {
    Authentication getAuthentication(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy