azureRedirectUri property

String? get azureRedirectUri

Gets the Azure AD redirect URI from the environment variables.

Returns:

  • The Azure AD redirect URI as a string.

Implementation

String? get azureRedirectUri => env["AZURE_REDIRECT_URI"];