FrameAppWS

<back to all web services

CustomUserSession

Requires Authentication
"use strict";
export class AuthUserSession {
    /** @param {{ReferrerUrl?:string,Id?:string,UserAuthId?:string,UserAuthName?:string,UserName?:string,TwitterUserId?:string,TwitterScreenName?:string,FacebookUserId?:string,FacebookUserName?:string,FirstName?:string,LastName?:string,DisplayName?:string,Company?:string,Email?:string,PrimaryEmail?:string,PhoneNumber?:string,BirthDate?:string,BirthDateRaw?:string,Address?:string,Address2?:string,City?:string,State?:string,Country?:string,Culture?:string,FullName?:string,Gender?:string,Language?:string,MailAddress?:string,Nickname?:string,PostalCode?:string,TimeZone?:string,RequestTokenSecret?:string,CreatedAt?:string,LastModified?:string,Roles?:string[],Permissions?:string[],IsAuthenticated?:boolean,FromToken?:boolean,ProfileUrl?:string,Sequence?:string,Tag?:number,AuthProvider?:string,ProviderOAuthAccess?:IAuthTokens[],Meta?:{ [index: string]: string; },Audiences?:string[],Scopes?:string[],Dns?:string,Rsa?:string,Sid?:string,Hash?:string,HomePhone?:string,MobilePhone?:string,Webpage?:string,EmailConfirmed?:boolean,PhoneNumberConfirmed?:boolean,TwoFactorEnabled?:boolean,SecurityStamp?:string,Type?:string,RecoveryToken?:string,RefId?:number,RefIdStr?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    ReferrerUrl;
    /** @type {string} */
    Id;
    /** @type {string} */
    UserAuthId;
    /** @type {string} */
    UserAuthName;
    /** @type {string} */
    UserName;
    /** @type {string} */
    TwitterUserId;
    /** @type {string} */
    TwitterScreenName;
    /** @type {string} */
    FacebookUserId;
    /** @type {string} */
    FacebookUserName;
    /** @type {string} */
    FirstName;
    /** @type {string} */
    LastName;
    /** @type {string} */
    DisplayName;
    /** @type {string} */
    Company;
    /** @type {string} */
    Email;
    /** @type {string} */
    PrimaryEmail;
    /** @type {string} */
    PhoneNumber;
    /** @type {?string} */
    BirthDate;
    /** @type {string} */
    BirthDateRaw;
    /** @type {string} */
    Address;
    /** @type {string} */
    Address2;
    /** @type {string} */
    City;
    /** @type {string} */
    State;
    /** @type {string} */
    Country;
    /** @type {string} */
    Culture;
    /** @type {string} */
    FullName;
    /** @type {string} */
    Gender;
    /** @type {string} */
    Language;
    /** @type {string} */
    MailAddress;
    /** @type {string} */
    Nickname;
    /** @type {string} */
    PostalCode;
    /** @type {string} */
    TimeZone;
    /** @type {string} */
    RequestTokenSecret;
    /** @type {string} */
    CreatedAt;
    /** @type {string} */
    LastModified;
    /** @type {string[]} */
    Roles;
    /** @type {string[]} */
    Permissions;
    /** @type {boolean} */
    IsAuthenticated;
    /** @type {boolean} */
    FromToken;
    /** @type {string} */
    ProfileUrl;
    /** @type {string} */
    Sequence;
    /** @type {number} */
    Tag;
    /** @type {string} */
    AuthProvider;
    /** @type {IAuthTokens[]} */
    ProviderOAuthAccess;
    /** @type {{ [index: string]: string; }} */
    Meta;
    /** @type {string[]} */
    Audiences;
    /** @type {string[]} */
    Scopes;
    /** @type {string} */
    Dns;
    /** @type {string} */
    Rsa;
    /** @type {string} */
    Sid;
    /** @type {string} */
    Hash;
    /** @type {string} */
    HomePhone;
    /** @type {string} */
    MobilePhone;
    /** @type {string} */
    Webpage;
    /** @type {?boolean} */
    EmailConfirmed;
    /** @type {?boolean} */
    PhoneNumberConfirmed;
    /** @type {?boolean} */
    TwoFactorEnabled;
    /** @type {string} */
    SecurityStamp;
    /** @type {string} */
    Type;
    /** @type {string} */
    RecoveryToken;
    /** @type {?number} */
    RefId;
    /** @type {string} */
    RefIdStr;
}
/** @typedef {'POSTGRESQL'|'ORACLE'|'SQLSERVER'} */
export var MotorBD;
(function (MotorBD) {
    MotorBD["POSTGRESQL"] = "POSTGRESQL"
    MotorBD["ORACLE"] = "ORACLE"
    MotorBD["SQLSERVER"] = "SQLSERVER"
})(MotorBD || (MotorBD = {}));
export class CustomUserSession extends AuthUserSession {
    /** @param {{IDUsuario?:string,IDSistema?:number,IDEmpresaProd?:string,IDEmpresa?:number,IDModulo?:string,MotorProd?:MotorBD,MotorAppAdm?:MotorBD,ProdConnectionString?:string,AppAdmConnectionString?:string,CacheKeyAdm?:string,Password?:string,SessionDB?:boolean,MensajeError?:string,DocumentoUsuario?:string,app_adm?:string,imei?:string,BaseURL?:string,UsaServAux?:string,TipoValidaAuth?:string,TokenExt?:string,Subsistema?:string,TwoFactor?:string,ReferrerUrl?:string,Id?:string,UserAuthId?:string,UserAuthName?:string,UserName?:string,TwitterUserId?:string,TwitterScreenName?:string,FacebookUserId?:string,FacebookUserName?:string,FirstName?:string,LastName?:string,DisplayName?:string,Company?:string,Email?:string,PrimaryEmail?:string,PhoneNumber?:string,BirthDate?:string,BirthDateRaw?:string,Address?:string,Address2?:string,City?:string,State?:string,Country?:string,Culture?:string,FullName?:string,Gender?:string,Language?:string,MailAddress?:string,Nickname?:string,PostalCode?:string,TimeZone?:string,RequestTokenSecret?:string,CreatedAt?:string,LastModified?:string,Roles?:string[],Permissions?:string[],IsAuthenticated?:boolean,FromToken?:boolean,ProfileUrl?:string,Sequence?:string,Tag?:number,AuthProvider?:string,ProviderOAuthAccess?:IAuthTokens[],Meta?:{ [index: string]: string; },Audiences?:string[],Scopes?:string[],Dns?:string,Rsa?:string,Sid?:string,Hash?:string,HomePhone?:string,MobilePhone?:string,Webpage?:string,EmailConfirmed?:boolean,PhoneNumberConfirmed?:boolean,TwoFactorEnabled?:boolean,SecurityStamp?:string,Type?:string,RecoveryToken?:string,RefId?:number,RefIdStr?:string,ReferrerUrl?:string,Id?:string,UserAuthId?:string,UserAuthName?:string,UserName?:string,TwitterUserId?:string,TwitterScreenName?:string,FacebookUserId?:string,FacebookUserName?:string,FirstName?:string,LastName?:string,DisplayName?:string,Company?:string,Email?:string,PrimaryEmail?:string,PhoneNumber?:string,BirthDate?:string,BirthDateRaw?:string,Address?:string,Address2?:string,City?:string,State?:string,Country?:string,Culture?:string,FullName?:string,Gender?:string,Language?:string,MailAddress?:string,Nickname?:string,PostalCode?:string,TimeZone?:string,RequestTokenSecret?:string,CreatedAt?:string,LastModified?:string,Roles?:string[],Permissions?:string[],IsAuthenticated?:boolean,FromToken?:boolean,ProfileUrl?:string,Sequence?:string,Tag?:number,AuthProvider?:string,ProviderOAuthAccess?:IAuthTokens[],Meta?:{ [index: string]: string; },Audiences?:string[],Scopes?:string[],Dns?:string,Rsa?:string,Sid?:string,Hash?:string,HomePhone?:string,MobilePhone?:string,Webpage?:string,EmailConfirmed?:boolean,PhoneNumberConfirmed?:boolean,TwoFactorEnabled?:boolean,SecurityStamp?:string,Type?:string,RecoveryToken?:string,RefId?:number,RefIdStr?:string}} [init] */
    constructor(init) { super(init); Object.assign(this, init) }
    /** @type {string} */
    IDUsuario;
    /** @type {number} */
    IDSistema;
    /** @type {string} */
    IDEmpresaProd;
    /** @type {number} */
    IDEmpresa;
    /** @type {string} */
    IDModulo;
    /** @type {MotorBD} */
    MotorProd;
    /** @type {MotorBD} */
    MotorAppAdm;
    /** @type {string} */
    ProdConnectionString;
    /** @type {string} */
    AppAdmConnectionString;
    /** @type {string} */
    CacheKeyAdm;
    /** @type {string} */
    Password;
    /** @type {boolean} */
    SessionDB;
    /** @type {string} */
    MensajeError;
    /** @type {string} */
    DocumentoUsuario;
    /** @type {string} */
    app_adm;
    /** @type {string} */
    imei;
    /** @type {string} */
    BaseURL;
    /** @type {string} */
    UsaServAux;
    /** @type {string} */
    TipoValidaAuth;
    /** @type {string} */
    TokenExt;
    /** @type {string} */
    Subsistema;
    /** @type {string} */
    TwoFactor;
    /** @type {string} */
    ReferrerUrl;
    /** @type {string} */
    Id;
    /** @type {string} */
    UserAuthId;
    /** @type {string} */
    UserAuthName;
    /** @type {string} */
    UserName;
    /** @type {string} */
    TwitterUserId;
    /** @type {string} */
    TwitterScreenName;
    /** @type {string} */
    FacebookUserId;
    /** @type {string} */
    FacebookUserName;
    /** @type {string} */
    FirstName;
    /** @type {string} */
    LastName;
    /** @type {string} */
    DisplayName;
    /** @type {string} */
    Company;
    /** @type {string} */
    Email;
    /** @type {string} */
    PrimaryEmail;
    /** @type {string} */
    PhoneNumber;
    /** @type {?string} */
    BirthDate;
    /** @type {string} */
    BirthDateRaw;
    /** @type {string} */
    Address;
    /** @type {string} */
    Address2;
    /** @type {string} */
    City;
    /** @type {string} */
    State;
    /** @type {string} */
    Country;
    /** @type {string} */
    Culture;
    /** @type {string} */
    FullName;
    /** @type {string} */
    Gender;
    /** @type {string} */
    Language;
    /** @type {string} */
    MailAddress;
    /** @type {string} */
    Nickname;
    /** @type {string} */
    PostalCode;
    /** @type {string} */
    TimeZone;
    /** @type {string} */
    RequestTokenSecret;
    /** @type {string} */
    CreatedAt;
    /** @type {string} */
    LastModified;
    /** @type {string[]} */
    Roles;
    /** @type {string[]} */
    Permissions;
    /** @type {boolean} */
    IsAuthenticated;
    /** @type {boolean} */
    FromToken;
    /** @type {string} */
    ProfileUrl;
    /** @type {string} */
    Sequence;
    /** @type {number} */
    Tag;
    /** @type {string} */
    AuthProvider;
    /** @type {IAuthTokens[]} */
    ProviderOAuthAccess;
    /** @type {{ [index: string]: string; }} */
    Meta;
    /** @type {string[]} */
    Audiences;
    /** @type {string[]} */
    Scopes;
    /** @type {string} */
    Dns;
    /** @type {string} */
    Rsa;
    /** @type {string} */
    Sid;
    /** @type {string} */
    Hash;
    /** @type {string} */
    HomePhone;
    /** @type {string} */
    MobilePhone;
    /** @type {string} */
    Webpage;
    /** @type {?boolean} */
    EmailConfirmed;
    /** @type {?boolean} */
    PhoneNumberConfirmed;
    /** @type {?boolean} */
    TwoFactorEnabled;
    /** @type {string} */
    SecurityStamp;
    /** @type {string} */
    Type;
    /** @type {string} */
    RecoveryToken;
    /** @type {?number} */
    RefId;
    /** @type {string} */
    RefIdStr;
}

JavaScript CustomUserSession DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/CustomUserSession HTTP/1.1 
Host: soluser-recaudo.sgsas.co 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<CustomUserSession xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Administrador.ServiceLogs.Auth">
  <ReferrerUrl xmlns="http://schemas.servicestack.net/types">String</ReferrerUrl>
  <Id xmlns="http://schemas.servicestack.net/types">String</Id>
  <UserAuthId xmlns="http://schemas.servicestack.net/types">String</UserAuthId>
  <UserAuthName xmlns="http://schemas.servicestack.net/types">String</UserAuthName>
  <UserName xmlns="http://schemas.servicestack.net/types">String</UserName>
  <TwitterUserId xmlns="http://schemas.servicestack.net/types">String</TwitterUserId>
  <TwitterScreenName xmlns="http://schemas.servicestack.net/types">String</TwitterScreenName>
  <FacebookUserId xmlns="http://schemas.servicestack.net/types">String</FacebookUserId>
  <FacebookUserName xmlns="http://schemas.servicestack.net/types">String</FacebookUserName>
  <FirstName xmlns="http://schemas.servicestack.net/types">String</FirstName>
  <LastName xmlns="http://schemas.servicestack.net/types">String</LastName>
  <DisplayName xmlns="http://schemas.servicestack.net/types">String</DisplayName>
  <Company xmlns="http://schemas.servicestack.net/types">String</Company>
  <Email xmlns="http://schemas.servicestack.net/types">String</Email>
  <PrimaryEmail xmlns="http://schemas.servicestack.net/types">String</PrimaryEmail>
  <PhoneNumber xmlns="http://schemas.servicestack.net/types">String</PhoneNumber>
  <BirthDate xmlns="http://schemas.servicestack.net/types">0001-01-01T00:00:00</BirthDate>
  <BirthDateRaw xmlns="http://schemas.servicestack.net/types">String</BirthDateRaw>
  <Address xmlns="http://schemas.servicestack.net/types">String</Address>
  <Address2 xmlns="http://schemas.servicestack.net/types">String</Address2>
  <City xmlns="http://schemas.servicestack.net/types">String</City>
  <State xmlns="http://schemas.servicestack.net/types">String</State>
  <Country xmlns="http://schemas.servicestack.net/types">String</Country>
  <Culture xmlns="http://schemas.servicestack.net/types">String</Culture>
  <FullName xmlns="http://schemas.servicestack.net/types">String</FullName>
  <Gender xmlns="http://schemas.servicestack.net/types">String</Gender>
  <Language xmlns="http://schemas.servicestack.net/types">String</Language>
  <MailAddress xmlns="http://schemas.servicestack.net/types">String</MailAddress>
  <Nickname xmlns="http://schemas.servicestack.net/types">String</Nickname>
  <PostalCode xmlns="http://schemas.servicestack.net/types">String</PostalCode>
  <TimeZone xmlns="http://schemas.servicestack.net/types">String</TimeZone>
  <RequestTokenSecret xmlns="http://schemas.servicestack.net/types">String</RequestTokenSecret>
  <CreatedAt xmlns="http://schemas.servicestack.net/types">0001-01-01T00:00:00</CreatedAt>
  <LastModified xmlns="http://schemas.servicestack.net/types">0001-01-01T00:00:00</LastModified>
  <Roles xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Roles>
  <Permissions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Permissions>
  <IsAuthenticated xmlns="http://schemas.servicestack.net/types">false</IsAuthenticated>
  <FromToken xmlns="http://schemas.servicestack.net/types">false</FromToken>
  <ProfileUrl xmlns="http://schemas.servicestack.net/types">String</ProfileUrl>
  <Sequence xmlns="http://schemas.servicestack.net/types">String</Sequence>
  <Tag xmlns="http://schemas.servicestack.net/types">0</Tag>
  <AuthProvider xmlns="http://schemas.servicestack.net/types">String</AuthProvider>
  <ProviderOAuthAccess xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:anyType i:nil="true" />
  </ProviderOAuthAccess>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
  <Audiences xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Audiences>
  <Scopes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Scopes>
  <Dns xmlns="http://schemas.servicestack.net/types">String</Dns>
  <Rsa xmlns="http://schemas.servicestack.net/types">String</Rsa>
  <Sid xmlns="http://schemas.servicestack.net/types">String</Sid>
  <Hash xmlns="http://schemas.servicestack.net/types">String</Hash>
  <HomePhone xmlns="http://schemas.servicestack.net/types">String</HomePhone>
  <MobilePhone xmlns="http://schemas.servicestack.net/types">String</MobilePhone>
  <Webpage xmlns="http://schemas.servicestack.net/types">String</Webpage>
  <EmailConfirmed xmlns="http://schemas.servicestack.net/types">false</EmailConfirmed>
  <PhoneNumberConfirmed xmlns="http://schemas.servicestack.net/types">false</PhoneNumberConfirmed>
  <TwoFactorEnabled xmlns="http://schemas.servicestack.net/types">false</TwoFactorEnabled>
  <SecurityStamp xmlns="http://schemas.servicestack.net/types">String</SecurityStamp>
  <Type xmlns="http://schemas.servicestack.net/types">String</Type>
  <RecoveryToken xmlns="http://schemas.servicestack.net/types">String</RecoveryToken>
  <RefId xmlns="http://schemas.servicestack.net/types">0</RefId>
  <RefIdStr xmlns="http://schemas.servicestack.net/types">String</RefIdStr>
  <AppAdmConnectionString>String</AppAdmConnectionString>
  <BaseURL>String</BaseURL>
  <CacheKeyAdm>String</CacheKeyAdm>
  <DocumentoUsuario>String</DocumentoUsuario>
  <IDEmpresa>0</IDEmpresa>
  <IDEmpresaProd>String</IDEmpresaProd>
  <IDModulo>String</IDModulo>
  <IDSistema>0</IDSistema>
  <IDUsuario>String</IDUsuario>
  <MensajeError>String</MensajeError>
  <MotorAppAdm>POSTGRESQL</MotorAppAdm>
  <MotorProd>POSTGRESQL</MotorProd>
  <Password>String</Password>
  <ProdConnectionString>String</ProdConnectionString>
  <SessionDB>false</SessionDB>
  <Subsistema>String</Subsistema>
  <TipoValidaAuth>String</TipoValidaAuth>
  <TokenExt>String</TokenExt>
  <TwoFactor>String</TwoFactor>
  <UsaServAux>String</UsaServAux>
  <app_adm>String</app_adm>
  <imei>String</imei>
</CustomUserSession>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<CustomUserSession xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Administrador.ServiceLogs.Auth">
  <ReferrerUrl xmlns="http://schemas.servicestack.net/types">String</ReferrerUrl>
  <Id xmlns="http://schemas.servicestack.net/types">String</Id>
  <UserAuthId xmlns="http://schemas.servicestack.net/types">String</UserAuthId>
  <UserAuthName xmlns="http://schemas.servicestack.net/types">String</UserAuthName>
  <UserName xmlns="http://schemas.servicestack.net/types">String</UserName>
  <TwitterUserId xmlns="http://schemas.servicestack.net/types">String</TwitterUserId>
  <TwitterScreenName xmlns="http://schemas.servicestack.net/types">String</TwitterScreenName>
  <FacebookUserId xmlns="http://schemas.servicestack.net/types">String</FacebookUserId>
  <FacebookUserName xmlns="http://schemas.servicestack.net/types">String</FacebookUserName>
  <FirstName xmlns="http://schemas.servicestack.net/types">String</FirstName>
  <LastName xmlns="http://schemas.servicestack.net/types">String</LastName>
  <DisplayName xmlns="http://schemas.servicestack.net/types">String</DisplayName>
  <Company xmlns="http://schemas.servicestack.net/types">String</Company>
  <Email xmlns="http://schemas.servicestack.net/types">String</Email>
  <PrimaryEmail xmlns="http://schemas.servicestack.net/types">String</PrimaryEmail>
  <PhoneNumber xmlns="http://schemas.servicestack.net/types">String</PhoneNumber>
  <BirthDate xmlns="http://schemas.servicestack.net/types">0001-01-01T00:00:00</BirthDate>
  <BirthDateRaw xmlns="http://schemas.servicestack.net/types">String</BirthDateRaw>
  <Address xmlns="http://schemas.servicestack.net/types">String</Address>
  <Address2 xmlns="http://schemas.servicestack.net/types">String</Address2>
  <City xmlns="http://schemas.servicestack.net/types">String</City>
  <State xmlns="http://schemas.servicestack.net/types">String</State>
  <Country xmlns="http://schemas.servicestack.net/types">String</Country>
  <Culture xmlns="http://schemas.servicestack.net/types">String</Culture>
  <FullName xmlns="http://schemas.servicestack.net/types">String</FullName>
  <Gender xmlns="http://schemas.servicestack.net/types">String</Gender>
  <Language xmlns="http://schemas.servicestack.net/types">String</Language>
  <MailAddress xmlns="http://schemas.servicestack.net/types">String</MailAddress>
  <Nickname xmlns="http://schemas.servicestack.net/types">String</Nickname>
  <PostalCode xmlns="http://schemas.servicestack.net/types">String</PostalCode>
  <TimeZone xmlns="http://schemas.servicestack.net/types">String</TimeZone>
  <RequestTokenSecret xmlns="http://schemas.servicestack.net/types">String</RequestTokenSecret>
  <CreatedAt xmlns="http://schemas.servicestack.net/types">0001-01-01T00:00:00</CreatedAt>
  <LastModified xmlns="http://schemas.servicestack.net/types">0001-01-01T00:00:00</LastModified>
  <Roles xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Roles>
  <Permissions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Permissions>
  <IsAuthenticated xmlns="http://schemas.servicestack.net/types">false</IsAuthenticated>
  <FromToken xmlns="http://schemas.servicestack.net/types">false</FromToken>
  <ProfileUrl xmlns="http://schemas.servicestack.net/types">String</ProfileUrl>
  <Sequence xmlns="http://schemas.servicestack.net/types">String</Sequence>
  <Tag xmlns="http://schemas.servicestack.net/types">0</Tag>
  <AuthProvider xmlns="http://schemas.servicestack.net/types">String</AuthProvider>
  <ProviderOAuthAccess xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:anyType i:nil="true" />
  </ProviderOAuthAccess>
  <Meta xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Meta>
  <Audiences xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Audiences>
  <Scopes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.servicestack.net/types">
    <d2p1:string>String</d2p1:string>
  </Scopes>
  <Dns xmlns="http://schemas.servicestack.net/types">String</Dns>
  <Rsa xmlns="http://schemas.servicestack.net/types">String</Rsa>
  <Sid xmlns="http://schemas.servicestack.net/types">String</Sid>
  <Hash xmlns="http://schemas.servicestack.net/types">String</Hash>
  <HomePhone xmlns="http://schemas.servicestack.net/types">String</HomePhone>
  <MobilePhone xmlns="http://schemas.servicestack.net/types">String</MobilePhone>
  <Webpage xmlns="http://schemas.servicestack.net/types">String</Webpage>
  <EmailConfirmed xmlns="http://schemas.servicestack.net/types">false</EmailConfirmed>
  <PhoneNumberConfirmed xmlns="http://schemas.servicestack.net/types">false</PhoneNumberConfirmed>
  <TwoFactorEnabled xmlns="http://schemas.servicestack.net/types">false</TwoFactorEnabled>
  <SecurityStamp xmlns="http://schemas.servicestack.net/types">String</SecurityStamp>
  <Type xmlns="http://schemas.servicestack.net/types">String</Type>
  <RecoveryToken xmlns="http://schemas.servicestack.net/types">String</RecoveryToken>
  <RefId xmlns="http://schemas.servicestack.net/types">0</RefId>
  <RefIdStr xmlns="http://schemas.servicestack.net/types">String</RefIdStr>
  <AppAdmConnectionString>String</AppAdmConnectionString>
  <BaseURL>String</BaseURL>
  <CacheKeyAdm>String</CacheKeyAdm>
  <DocumentoUsuario>String</DocumentoUsuario>
  <IDEmpresa>0</IDEmpresa>
  <IDEmpresaProd>String</IDEmpresaProd>
  <IDModulo>String</IDModulo>
  <IDSistema>0</IDSistema>
  <IDUsuario>String</IDUsuario>
  <MensajeError>String</MensajeError>
  <MotorAppAdm>POSTGRESQL</MotorAppAdm>
  <MotorProd>POSTGRESQL</MotorProd>
  <Password>String</Password>
  <ProdConnectionString>String</ProdConnectionString>
  <SessionDB>false</SessionDB>
  <Subsistema>String</Subsistema>
  <TipoValidaAuth>String</TipoValidaAuth>
  <TokenExt>String</TokenExt>
  <TwoFactor>String</TwoFactor>
  <UsaServAux>String</UsaServAux>
  <app_adm>String</app_adm>
  <imei>String</imei>
</CustomUserSession>