Class CloudFoundryScopeClaimAction
Inheritance
System.Object
CloudFoundryScopeClaimAction
Namespace: Steeltoe.Security.Authentication.CloudFoundry
Assembly: Steeltoe.Security.Authentication.CloudFoundryCore.dll
Syntax
public class CloudFoundryScopeClaimAction : ClaimAction
Constructors
| Edit this page View SourceCloudFoundryScopeClaimAction(String, String)
Declaration
public CloudFoundryScopeClaimAction(string claimType, string valueType)
Parameters
Type | Name | Description |
---|---|---|
System.String | claimType | |
System.String | valueType |
Methods
| Edit this page View SourceRun(JsonElement, ClaimsIdentity, String)
Declaration
public override void Run(JsonElement userData, ClaimsIdentity identity, string issuer)
Parameters
Type | Name | Description |
---|---|---|
JsonElement | userData | |
ClaimsIdentity | identity | |
System.String | issuer |