Skip to main content

HS.HC.Security.ClientAPI.OAuthClient.V1.ServerDefinition

class HS.HC.Security.ClientAPI.OAuthClient.V1.ServerDefinition extends HS.HC.Security.ClientAPI.OAuthClient.Interface

json enabled representation of OAuth2.ServerDefinition class

Property Inventory

Method Inventory

Parameters

parameter AutoMapProperties = IssuerEndpoint,AuthorizationEndpoint,TokenEndpoint;
properties that exists in both this class & OAuth2.ServerDefinition to be mapped automatically
parameter JSONProperties = IssuerEndpoint,AuthorizationEndpoint,TokenEndpoint,RegistrationEndpoint,ScopesSupported,GrantTypesSupported,AuthTypesSupported;
properties to project into/out of as JSON

Properties

property AuthTypesSupported as %List;
OAuth2.Server.Metadata token_endpoint_auth_methods_supported
Property methods: AuthTypesSupportedGet(), AuthTypesSupportedIsValid(), AuthTypesSupportedLogicalToOdbc(), AuthTypesSupportedOdbcToLogical(), AuthTypesSupportedSet()
property AuthorizationEndpoint as %String);
OAuth2.ServerDefinition AuthorizationEndpoint
Property methods: AuthorizationEndpointDisplayToLogical(), AuthorizationEndpointGet(), AuthorizationEndpointIsValid(), AuthorizationEndpointLogicalToDisplay(), AuthorizationEndpointLogicalToOdbc(), AuthorizationEndpointNormalize(), AuthorizationEndpointSet()
property GrantTypesSupported as %List;
OAuth2.Server.`tadata grant_types_supported
Property methods: GrantTypesSupportedGet(), GrantTypesSupportedIsValid(), GrantTypesSupportedLogicalToOdbc(), GrantTypesSupportedOdbcToLogical(), GrantTypesSupportedSet()
property IssuerEndpoint as %String);
OAuth2.ServerDefinition IssuerEndpoint
Property methods: IssuerEndpointDisplayToLogical(), IssuerEndpointGet(), IssuerEndpointIsValid(), IssuerEndpointLogicalToDisplay(), IssuerEndpointLogicalToOdbc(), IssuerEndpointNormalize(), IssuerEndpointSet()
property RegistrationEndpoint as %String);
OAuth2.Server.Metadata registration_endpoint
Property methods: RegistrationEndpointDisplayToLogical(), RegistrationEndpointGet(), RegistrationEndpointIsValid(), RegistrationEndpointLogicalToDisplay(), RegistrationEndpointLogicalToOdbc(), RegistrationEndpointNormalize(), RegistrationEndpointSet()
property ScopesSupported as %List;
OAuth2.Server.Metadata scopes_supported
Property methods: ScopesSupportedGet(), ScopesSupportedIsValid(), ScopesSupportedLogicalToOdbc(), ScopesSupportedOdbcToLogical(), ScopesSupportedSet()
property TokenEndpoint as %String);
OAuth2.ServerDefinition TokenEndpoint
Property methods: TokenEndpointDisplayToLogical(), TokenEndpointGet(), TokenEndpointIsValid(), TokenEndpointLogicalToDisplay(), TokenEndpointLogicalToOdbc(), TokenEndpointNormalize(), TokenEndpointSet()

Methods

method MapPropertiesFrom(sourceObj As %Persistent)
@Input sourceObj is OAuth2.ServerDefinition
method MapPropertiesTo(destinationObj As %Persistent)
@Input destinationObj is OAuth2.ServerDefinition

Inherited Members

Inherited Methods

FeedbackOpens in a new tab