Very simple examples.
This is a very simple example of calling authentication via frejaeid for the ssn 200101011212 and print the results console.
$config = Get-EIDConfig frejaeid -Enviroment Testing
Request-EIDOperation $config -Type auth -Id 200101011212 -WaitThis is a very simple example of calling authentication via frejaeid for the ssn 200101011212 and print the results console.
$config = Get-EIDConfig bankid -Enviroment Testing
Request-EIDOperation $config -Type auth -Id 200101011212 -WaitThis is a very simple example of calling authentication via frejaeid for the ssn 200101011212 and print the results console.
$config = Get-EIDConfig frejaeid -Enviroment Testing
Start-EIDRequest $s -Type orgid -Id 200101011212 -Title "Corp Id" -Attribute "Employee #" -Value "123456" -Wait