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 FhirCapOperation class.
Declaration
public FhirCapSmartOAuthScheme(FhirCapSmartOAuthScheme source)
Parameters
Type | Name | Description |
---|---|---|
FhirCapSmartOAuthScheme | 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.String | tokenEndpoint | |
System.String | authorizeEndpoint | |
System.String | introspectEndpoint | |
System.String | revokeEndpoint |
Properties
| Improve this Doc View SourceAuthorizeEndpoint
Gets the authorize endpoint.
Declaration
public string AuthorizeEndpoint { get; }
Property Value
Type | Description |
---|---|
System.String |
IntrospectEndpoint
Gets the introspect endpoint.
Declaration
public string IntrospectEndpoint { get; }
Property Value
Type | Description |
---|---|
System.String |
RevokeEndpoint
Gets the revoke endpoint.
Declaration
public string RevokeEndpoint { get; }
Property Value
Type | Description |
---|---|
System.String |
TokenEndpoint
Gets the token endpoint.
Declaration
public string TokenEndpoint { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Makes a deep copy of this object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of this object. |