Show / Hide Table of Contents

Class FhirCapSmartOAuthScheme

Information about a security scheme, taken from the CapabilityStatement.

Inheritance
System.Object
FhirCapSecurityScheme
FhirCapSmartOAuthScheme
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirCapSmartOAuthScheme : FhirCapSecurityScheme

Constructors

| Improve this Doc View Source

FhirCapSmartOAuthScheme(FhirCapSmartOAuthScheme)

Initializes a new instance of the FhirCapOperation class.

Declaration
public FhirCapSmartOAuthScheme(FhirCapSmartOAuthScheme source)
Parameters
Type Name Description
FhirCapSmartOAuthScheme source

Source for the.

| Improve this Doc View Source

FhirCapSmartOAuthScheme(String, String, String, String)

Initializes a new instance of the class.

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 Source

AuthorizeEndpoint

Gets the authorize endpoint.

Declaration
public string AuthorizeEndpoint { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IntrospectEndpoint

Gets the introspect endpoint.

Declaration
public string IntrospectEndpoint { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RevokeEndpoint

Gets the revoke endpoint.

Declaration
public string RevokeEndpoint { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TokenEndpoint

Gets the token endpoint.

Declaration
public string TokenEndpoint { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Clone()

Makes a deep copy of this object.

Declaration
public override object Clone()
Returns
Type Description
System.Object

A copy of this object.

Overrides
FhirCapSecurityScheme.Clone()
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirCapSmartOAuthScheme(FhirCapSmartOAuthScheme)
    • FhirCapSmartOAuthScheme(String, String, String, String)
  • Properties
    • AuthorizeEndpoint
    • IntrospectEndpoint
    • RevokeEndpoint
    • TokenEndpoint
  • Methods
    • Clone()
Back to top Generated by DocFX