Árvore de páginas

Retorna valor da propriedade privada referente ao nome da função do Entry Point

Sintaxe
getCentryPointAuthorizationScheme()
Retorno
NomeTipoDescrição
getCentryPointAuthorizationSchemestringvalor da propriedade
Observações
  • Para executar o exemplo faça uma chamada get para o endPoint"/documentation/getCentryPointAuthorizationScheme""/documentation/getCentryPointAuthorizationScheme"
Exemplos
#include "tlpp-core.th"
#include "tlpp-rest.th"

@Get("/documentation/getCentryPointAuthorizationScheme")
Function u_getCentryPointAuthorizationScheme()
  Local cResponse := ""
  
  cResponse := '{"getCentryPointAuthorizationScheme": "método getCentryPointAuthorizationScheme executado com sucesso, retornando['+ ::getCentryPointAuthorizationScheme +']"}'
  
return oRest:setResponse(cResponse)
Abrangência

04/2020

  • Sem rótulos