EwsOAuthAppOnlyEssentials.psd1

#
# Module manifest for module 'EwsOAuthAppOnlyEssentials'
#
# Generated by: Jeremy.Bradshaw@Outlook.com
#
# Generated on: 12/4/2020
#

@{
RootModule = 'EwsOAuthAppOnlyEssentials.psm1'
ModuleVersion = '0.1.0'
CompatiblePSEditions = 'Desktop', 'Core'
GUID = '6e6a4cf3-e3fd-4212-9d32-f6b699a2054b'
Author = 'Jeremy.Bradshaw@Outlook.com'
Copyright = '(c) 2020 Jeremy Bradshaw. All rights reserved.'
Description = 'These functions simplify the proces of getting access tokens for EWS OAuth use, particularly in App-Only fashion using certificate credentials.'
PowerShellVersion = '5.1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
PrivateData = @{

    PSData = @{

        Tags = 'EWS', 'JWT', 'Token', 'Exchange', 'App-Only', 'OAuth'
        LicenseUri = 'https://github.com/JeremyTBradshaw/EwsOAuthAppOnlyEssentials/blob/main/LICENSE'
        ProjectUri = 'https://github.com/JeremyTBradshaw/EwsOAuthAppOnlyEssentials'
        ReleaseNotes = @'
v0.1.0 (2020-12-04):
 
  - Initial published version.
  - Two functions: New-EwsOAuthAccessToken, New-SelfSignedEwsOAuthApplicationCertificate
  - *Essentially* a port of MSGraphAppOnlyEssentials, catered specifically to EWS OAuth.
'@

    }
}
HelpInfoURI = 'https://github.com/JeremyTBradshaw/EwsOAuthAppOnlyEssentials/blob/main/README.md'
}