Class TunnelOAuth


  • public class TunnelOAuth
    extends java.lang.Object
    An object that represents the OAuth configuration for a CreateTunnel.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAllowDomains()
      Get the list of OAuth allowed domains.
      java.util.List<java.lang.String> getAllowEmails()
      Get the list of OAuth allowed emails.
      java.lang.String getProvider()
      Get the OAuth provider.
      java.util.List<java.lang.String> getScopes()
      Get the list of OAuth scopes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getProvider

        public java.lang.String getProvider()
        Get the OAuth provider.
      • getScopes

        public java.util.List<java.lang.String> getScopes()
        Get the list of OAuth scopes.
      • getAllowEmails

        public java.util.List<java.lang.String> getAllowEmails()
        Get the list of OAuth allowed emails.
      • getAllowDomains

        public java.util.List<java.lang.String> getAllowDomains()
        Get the list of OAuth allowed domains.