MicrosoftGraph.Authentication.psd1

@{
    RootModule        = 'MicrosoftGraph.Authentication.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '04b916d5-5b35-4248-8995-6c9d662f76b4'
    Author            = 'Alex Gray'
    CompanyName       = 'Alex Gray'
    Copyright         = '(c) Alex Gray. All rights reserved.'
    Description       = 'Small utilities'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-MicrosoftGraphAuthenticationStatus', 'Initialize-MicrosoftGraphAuthentication')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}