Class FhirCapSmartOAuthScheme
Information about a security scheme, taken from the CapabilityStatement.
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirCapSmartOAuthScheme : FhirCapSecurityScheme
Constructors
| Improve this Doc View SourceFhirCapSmartOAuthScheme(FhirCapSmartOAuthScheme)
Initializes a new instance of the Fhir
Declaration
public FhirCapSmartOAuthScheme(FhirCapSmartOAuthScheme source)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
source | Source for the. |
FhirCapSmartOAuthScheme(String, String, String, String)
Initializes a new instance of the
Declaration
public FhirCapSmartOAuthScheme(string tokenEndpoint, string authorizeEndpoint, string introspectEndpoint, string revokeEndpoint)
Parameters
Type | Name | Description |
---|---|---|
System. |
tokenEndpoint | |
System. |
authorizeEndpoint | |
System. |
introspectEndpoint | |
System. |
revokeEndpoint |
Properties
| Improve this Doc View SourceAuthorizeEndpoint
Gets the authorize endpoint.
Declaration
public string AuthorizeEndpoint { get; }
Property Value
Type | Description |
---|---|
System. |
IntrospectEndpoint
Gets the introspect endpoint.
Declaration
public string IntrospectEndpoint { get; }
Property Value
Type | Description |
---|---|
System. |
RevokeEndpoint
Gets the revoke endpoint.
Declaration
public string RevokeEndpoint { get; }
Property Value
Type | Description |
---|---|
System. |
TokenEndpoint
Gets the token endpoint.
Declaration
public string TokenEndpoint { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceClone()
Makes a deep copy of this object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System. |
A copy of this object. |