rename Get-MatrixLoginToken to New-MatrixAccessToken

This commit is contained in:
2022-03-12 22:27:27 +00:00
parent 935610e6ae
commit e648d011f5
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
$creds = Get-Credential
$token = Get-LoginToken -ServerUrl "https://matrix.example.com" -Credentials $creds
#>
function Get-MatrixLoginToken {
function New-MatrixAccessToken {
param(
[Parameter(Mandatory)]
[string]$ServerUrl,