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:
args
opts?
Retrieve the current Default Trusted Claim Issuers of the Security Token
note
can be subscribed to
Parameters:
callback
Remove the supplied Identities from the Security Token's list of trusted claim issuers *
Parameters:
args
opts?
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:
args
opts?
• context:
Defined in
• parent:
Defined in
â–¸ add(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call add.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››
▸ get(): Promise‹[]›
Defined in
Returns: Promise‹[]›
â–¸ get(callback
: ‹[]›): Promise‹›
Defined in
‹[]›
Returns: Promise‹›
â–¸ remove(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call remove.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››
â–¸ set(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call set.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹››