_Main/BL/Type_InterfaceLoginfo/StaticMethod_CallToken.qbl
@@ -10,11 +10,12 @@ httpinterface.URL( Translations::InterfaceDataset_Token_URL() ); httpinterface.MediaType( Translations::InterfaceDataset_ContentType() ); httpinterface.PostMethod( false ); httpinterface.Call(); result := httpinterface.Result(); resultJson := JSON::Parse( result ); token := resultJson.Get( "access_token" ).AsString(); token := resultJson.Get( "access_token" ).GetString(); return token; *]