Closed NickMeves closed 3 years ago
Have in code PrivateKey as DefaultKeypair to eliminate overhead of random key generation & allow consistent test results if desired.
DefaultKeypair
Allow authorization_endpoint code responses to be preset in a queue using MockOIDC.PushCode(code string).
authorization_endpoint
MockOIDC.PushCode(code string)
Have in code PrivateKey as
DefaultKeypair
to eliminate overhead of random key generation & allow consistent test results if desired.Allow
authorization_endpoint
code responses to be preset in a queue usingMockOIDC.PushCode(code string)
.