Retorna valor da propriedade privada referente ao nome da função do Entry Point
Sintaxe
getCentryPointAuthorizationScheme()
Retorno
Nome | Tipo | Descrição |
---|---|---|
getCentryPointAuthorizationScheme | string | valor 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
Visão Geral
Import HTML Content
Conteúdo das Ferramentas