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

com.github.davidmoten.microsoft.authentication.GraphConstants Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package com.github.davidmoten.microsoft.authentication;

public final class GraphConstants {

    public static final String SCOPE_MS_GRAPH_DEFAULT = "https://graph.microsoft.com/.default";
    public static final String RESOURCE_MS_GRAPH = "https://graph.microsoft.com/";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy