Class ApiTokenConditionRequestIp


  • public final class ApiTokenConditionRequestIp
    extends java.lang.Object
    • Method Detail

      • ins

        public java.util.List<java.lang.String> ins()
        Returns:
        List of IP addresses or CIDR notation where the token may be used from. If not specified, the token will be valid for all IP addresses.
      • notIns

        public java.util.List<java.lang.String> notIns()
        Returns:
        List of IP addresses or CIDR notation where the token should not be used from.