mirror of
https://github.com/Thumbscrew/PSMatrix.git
synced 2025-07-05 20:31:28 +00:00
rename Get-MatrixLoginToken to New-MatrixAccessToken
This commit is contained in:
@ -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,
|
Reference in New Issue
Block a user