TianoCore EDK2 master
|
Data Fields | |
unsigned int | authType |
union { | |
struct { | |
char * username | |
char * password | |
} userPass | |
struct { | |
char * token | |
} authToken | |
} | authCodes |
Definition at line 78 of file redfishService.h.
unsigned int enumeratorAuthentication::authType |
Definition at line 79 of file redfishService.h.
char* enumeratorAuthentication::password |
Definition at line 83 of file redfishService.h.
char* enumeratorAuthentication::token |
Definition at line 86 of file redfishService.h.
char* enumeratorAuthentication::username |
Definition at line 82 of file redfishService.h.