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

org.cloudfoundry.identity.uaa.oauth.ClientTokenValidity Maven / Gradle / Ivy

The newest version!
package org.cloudfoundry.identity.uaa.oauth;

public interface ClientTokenValidity {
    Integer getValiditySeconds(String clientId);
    Integer getZoneValiditySeconds();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy