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

com.networknt.oauth.code.handler.OauthCodeConfig Maven / Gradle / Ivy

There is a newer version: 2.1.15
Show newest version
package com.networknt.oauth.code.handler;

public class OauthCodeConfig {
    boolean enableAudit;

    public boolean isEnableAudit() {
        return enableAudit;
    }

    public void setEnableAudit(boolean enableAudit) {
        this.enableAudit = enableAudit;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy