TrustedClaimIssuers
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Security Token Default Trusted Claim Issuers related functionality
Namespace‹›
↳ TrustedClaimIssuers
Protected
contextInherited from void
Protected
parentInherited from void
Add the supplied Identities to the Security Token's list of trusted claim issuers
Parameters:
Name
Type
args
Retrieve the current default trusted claim issuers of the Security Token
note
can be subscribed to
Parameters:
Name
Type
callback
Remove the supplied Identities from the Security Token's list of trusted claim issuers *
Parameters:
Name
Type
args
Assign a new default list of trusted claim issuers to the Security Token by replacing the existing ones with the list passed as a parameter
This requires two transactions
Parameters:
Name
Type
args
• context:
Defined in
• parent:
Defined in
▸ add(args
: ): Promise‹‹››
Defined in
Returns: Promise‹‹››
▸ get(): Promise‹[]›
Defined in
Returns: Promise‹[]›
▸ get(callback
: ‹[]›): Promise‹›
Defined in
‹[]›
Returns: Promise‹›
▸ remove(args
: ): Promise‹‹››
Defined in
Returns: Promise‹‹››
▸ set(args
: ): Promise‹‹››
Defined in
Returns: Promise‹‹››