Interface OAuthRequestVerifierFactory

All Known Implementing Classes:
OAuthRequestVerifierFactoryImpl

public interface OAuthRequestVerifierFactory
An alternative to SAL's OAuthRequestVerifierFactory, but which isn't coupled to the javax.servlet API.
Since:
9.3
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.sal.api.auth.OAuthRequestVerifier
     
  • Method Details

    • getInstance

      com.atlassian.sal.api.auth.OAuthRequestVerifier getInstance()