SsoOption
Mixin Extends:
Helper class representing an SSO Option.
Example:
// To get a list of ConsentStrategies use clinical6.get
import { clinical6, SsoOption } from 'clinical6';
clinical6.get(SsoOption).then(c => console.log(c));
// To get a single SsoOption, you can also use clinical6
clinical6.get({ id: 5, type: 'saml_configurations'});
Constructor Summary
Public Constructor | ||
public |
constructor(json: Object) Constructor for helper class representing a Consent Strategy |
Inherited Summary
From class SsoOptionModel | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(json: Object) source
Constructor for helper class representing a Consent Strategy
Override:
SsoOptionModel#constructorParams:
Name | Type | Attribute | Description |
json | Object | json api response from server |