Uses of Class
odata.msgraph.client.complex.PublicClientApplication.Builder
-
Packages that use PublicClientApplication.Builder Package Description odata.msgraph.client.complex -
-
Uses of PublicClientApplication.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PublicClientApplication.Builder Modifier and Type Method Description static PublicClientApplication.BuilderPublicClientApplication. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PublicClientApplication.BuilderPublicClientApplication.Builder. redirectUris(String... redirectUris)PublicClientApplication.BuilderPublicClientApplication.Builder. redirectUris(List<String> redirectUris)PublicClientApplication.BuilderPublicClientApplication.Builder. redirectUrisNextLink(String redirectUrisNextLink)
-