Class MicrosoftGraphPublicClientApplication
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicClientApplication
-
public final class MicrosoftGraphPublicClientApplication extends Object
publicClientApplication.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPublicClientApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: publicClientApplication.List<String>
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.void
validate()
Validates the instance.MicrosoftGraphPublicClientApplication
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: publicClientApplication.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.
-
-
-
Method Detail
-
redirectUris
public List<String> 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
public 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.- Parameters:
redirectUris
- the redirectUris value to set.- Returns:
- the MicrosoftGraphPublicClientApplication object itself.
-
additionalProperties
public Map<String,Object> 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.
-
-