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

fun.mike.azure.auth.alpha.RequiredIssuerBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.12
Show newest version
package fun.mike.azure.auth.alpha;

public class RequiredIssuerBuilder {
    public static String build(String tenantId) {
        return String.format("https://sts.windows.net/%s/",
                             tenantId);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy