Constructor
new ServiceProvider(serviceProviderObject)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
serviceProviderObject |
module:types~ServiceProviderObject | JSON representation of a ServiceProvider |
Classes
Members
about :module:types~ServiceProviderAbout
- Description:
Details about the service provider
- Source:
Details about the service provider
Type:
claim :module:types~ServiceProviderClaim
- Description:
Information about the claim matching process
- Source:
Information about the claim matching process
Type:
profile :module:types~ServiceProviderProfile
- Description:
What the profile would look like if a claim matches this service provider
- Source:
What the profile would look like if a claim matches this service provider
Type:
proof :module:types~ServiceProviderProof
- Description:
Information for the proof verification process
- Source:
Information for the proof verification process
Type:
Methods
toJSON() → {module:types~ServiceProviderObject}
- Description:
Get a JSON representation of the ServiceProvider
- Source:
Returns:
JSON representation of a ServiceProvider