Class MicrosoftGraphPublicClientApplication
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicClientApplication
publicClientApplication.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPublicClientApplication class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: publicClientApplication.Get 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.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: publicClientApplication.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.
-
Constructor Details
-
MicrosoftGraphPublicClientApplication
public MicrosoftGraphPublicClientApplication()Creates an instance of MicrosoftGraphPublicClientApplication class.
-
-
Method Details
-
redirectUris
Get 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.- Returns:
- the redirectUris value.
-
withRedirectUris
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.- Parameters:
redirectUris- the redirectUris value to set.- Returns:
- the MicrosoftGraphPublicClientApplication object itself.
-
additionalProperties
Get the additionalProperties property: publicClientApplication.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPublicClientApplication withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: publicClientApplication.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPublicClientApplication object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-