[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleidentitytoolkit.pp line 234
type TGetOobConfirmationCodeResponse = class(TGoogleBaseObject) |
protected |
procedure Setemail(); virtual; |
procedure Setkind(); virtual; |
procedure SetoobCode(); virtual; |
published |
property email: string; [rw] |
property kind: string; [rw] |
property oobCode: string; [rw] |
end; |
| |
| |
TObject |