Properties
_Base64
_Base64: {
_keyStr: string;
_utf8_decode: ((utftext) => string);
_utf8_encode: ((string) => string);
decode: ((input) => string);
encode: ((input) => string);
} = ...
Type declaration
-
_keyStr: string
-
_utf8_decode: ((utftext) => string)
-
- (utftext): string
-
Returns string
-
_utf8_encode: ((string) => string)
-
- (string): string
-
Returns string
-
decode: ((input) => string)
-
- (input): string
-
Returns string
-
encode: ((input) => string)
-
- (input): string
-
Returns string
_lastError
_lastError: any = null
accessToken
accessToken: any = null
authMethod
authMethod: string = "active"
authToken
authToken: any = null
authUrl
authUrl: string = null
core
core: any = null
grant_type
grant_type: any = null
impersonate_as
impersonate_as: any = null
password
password: string = null
resourceOwnerPassword
resourceOwnerPassword: any = null
resourceOwnerUsername
resourceOwnerUsername: any = null
roles
roles: any = null
sessionToken
sessionToken: any
username
username: string = null