Interface ServicesSecurity


public interface ServicesSecurity
Interface ServicesSecurity represents any security required by any service within services package.
Since:
V5.1
  • Method Summary

    Modifier and Type Method Description
    OAuth getOauth()
    Returns the OAuth object required for OAth authentication.
  • Method Details