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

com.afkl.generic.mashery.model.MasherySecurityProfile Maven / Gradle / Ivy

The newest version!
package com.afkl.generic.mashery.model;


public class MasherySecurityProfile {

	private MasheryOAuth oauth;

	public MasheryOAuth getOauth() {
		return oauth;
	}

	public void setOauth(MasheryOAuth oauth) {
		this.oauth = oauth;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy