OidcOptions.ApplyTo method (1 of 2)
Helper to copy values from a user-supplied OidcOptions instance to the instance created by the framework inside AddOpenIdConnect().
public void ApplyTo(OidcOptions target)
| parameter | description |
|---|---|
| target | The target options to copy to. |
See Also
- class OidcOptions
- namespace Kestrun.Authentication
OidcOptions.ApplyTo method (2 of 2)
Helper to copy values from a user-supplied OpenIdConnectOptions instance to the instance created by the framework inside AddOpenIdConnect().
public void ApplyTo(OpenIdConnectOptions target)
| parameter | description |
|---|---|
| target | The target options to copy to. |
See Also
- class OidcOptions
- namespace Kestrun.Authentication