Skip to content

Test GitHubAuthenticationConfigured

Howard Wolosky edited this page Oct 5, 2020 · 1 revision

Test-GitHubAuthenticationConfigured

SYNOPSIS

Indicates if a GitHub API Token has been configured for this module via Set-GitHubAuthentication.

SYNTAX

Test-GitHubAuthenticationConfigured [<CommonParameters>]

DESCRIPTION

Indicates if a GitHub API Token has been configured for this module via Set-GitHubAuthentication.

The Git repo for this module can be found here: http://aka.ms/PowershellForGitHub

EXAMPLES

EXAMPLE 1

Test-GitHubAuthenticationConfigured

Returns $true if the session is authenticated; $false otherwise

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Boolean

NOTES

RELATED LINKS

PowerShellForGitHub

Docs

PowerShellForGitHub

Functions

Clone this wiki locally