Get PodeCookieSecret - mdaneri/Pode GitHub Wiki
Retrieves a stored secret value.
Get-PodeCookieSecret -Name <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-PodeCookieSecret [-Global] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Retrieves a stored secret value.
Get-PodeCookieSecret -Name 'my-secret'
Get-PodeCookieSecret -Global
If flagged, will return the current global secret value.
Type: SwitchParameter
Parameter Sets: Global
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThe name of the secret to retrieve.
Type: String
Parameter Sets: General
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.