Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicClientApplication
-
Packages that use MicrosoftGraphPublicClientApplication Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPublicClientApplication in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPublicClientApplication Modifier and Type Method Description MicrosoftGraphPublicClientApplication
MicrosoftGraphApplicationInner. publicClient()
Get the publicClient property: publicClientApplication.MicrosoftGraphPublicClientApplication
MicrosoftGraphPublicClientApplication. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: publicClientApplication.MicrosoftGraphPublicClientApplication
MicrosoftGraphPublicClientApplication. withRedirectUris(List<String> redirectUris)
Set the redirectUris property: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPublicClientApplication Modifier and Type Method Description MicrosoftGraphApplicationInner
MicrosoftGraphApplicationInner. withPublicClient(MicrosoftGraphPublicClientApplication publicClient)
Set the publicClient property: publicClientApplication.
-