Skip to main content

HS.Test.UI.FHIR.OAuth2GetToken

deprecated class HS.Test.UI.FHIR.OAuth2GetToken extends HS.Test.UI.FHIR.Main

THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.

Method Inventory

Parameters

parameter PAGENAME = Get OAuth 2.0 Access Token;
Displayed name of this page.
parameter RESOURCE = %HS_TestSuite;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Methods

deprecated method %OnAfterCreatePage() as %Status
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
deprecated method GetToken() [ ZenMethod ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated clientmethod copyToken() [ Language = javascript ]
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab