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

com.gs.api.accelrx.APIContractSecurity Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.7
Show newest version
package com.gs.api.accelrx;

public interface APIContractSecurity {
    enum Type {
        API_KEY, BASIC, OAUTH2
    }

    String name();

    Type type();

    AuthTokenMethod method();

    boolean isLegacy();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy