Constructors
constructor
- new FPUser(key?: string): FPUser
-
Properties
Private
attrs
attrs: any
Private
key
key: any
Methods
extendAttrs
- extendAttrs(attrs: {
[key: string]: string;
}): FPUser
-
Parameters
-
attrs: {
[key: string]: string;
}
get
- get(attrName: string): undefined | string
-
Returns undefined | string
getAttrs
- getAttrs(): {
[key: string]: string;
}
-
Returns {
[key: string]: string;
}
getKey
- getKey(): string
-
Returns string
stableRollout
- stableRollout(key: string): FPUser
-
with
- with(attrName: string, attrValue: string): FPUser
-
Parameters
-
attrName: string
-
attrValue: string
You can obtainan a client of FPUser, which provides all of the FPUser's functionality.