C# Class ActiveLogin.Authentication.BankId.AspNetCore.ClaimsTransformation.BankIdClaimsTransformationContextExtensions

Mostra file Open project: ActiveLogin/ActiveLogin.Authentication

Public Methods

Method Description
AddClaim ( ActiveLogin.Authentication.BankId.AspNetCore.ClaimsTransformation.BankIdClaimsTransformationContext context, Claim claim ) : void
AddClaim ( ActiveLogin.Authentication.BankId.AspNetCore.ClaimsTransformation.BankIdClaimsTransformationContext context, string type, string value ) : void

Method Details

AddClaim() public static method

public static AddClaim ( ActiveLogin.Authentication.BankId.AspNetCore.ClaimsTransformation.BankIdClaimsTransformationContext context, Claim claim ) : void
context ActiveLogin.Authentication.BankId.AspNetCore.ClaimsTransformation.BankIdClaimsTransformationContext
claim Claim
return void

AddClaim() public static method

public static AddClaim ( ActiveLogin.Authentication.BankId.AspNetCore.ClaimsTransformation.BankIdClaimsTransformationContext context, string type, string value ) : void
context ActiveLogin.Authentication.BankId.AspNetCore.ClaimsTransformation.BankIdClaimsTransformationContext
type string
value string
return void