< Summary

Information
Class: Elsa.Api.Client.Resources.ExternalAuthentication.IdentityLinks.Requests.ReplaceExternalIdentityLinkRequest
Assembly: Elsa.Api.Client
File(s): /home/runner/work/elsa-core/elsa-core/src/clients/Elsa.Api.Client/Resources/ExternalAuthentication/IdentityLinks/Requests/ReplaceExternalIdentityLinkRequest.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 1
Coverable lines: 1
Total lines: 7
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
get_UserId()100%210%

File(s)

/home/runner/work/elsa-core/elsa-core/src/clients/Elsa.Api.Client/Resources/ExternalAuthentication/IdentityLinks/Requests/ReplaceExternalIdentityLinkRequest.cs

#LineLine coverage
 1namespace Elsa.Api.Client.Resources.ExternalAuthentication.IdentityLinks.Requests;
 2
 3/// <summary>
 4/// Atomically replaces an external identity link with a newly created link.
 5/// The subject is accepted only for this request and is never returned by the API.
 6/// </summary>
 07public record ReplaceExternalIdentityLinkRequest(string UserId, string ConnectionKey, string Issuer, string Subject);

Methods/Properties

get_UserId()