TianoCore EDK2 master
Loading...
Searching...
No Matches
enumeratorAuthentication Struct Reference

Data Fields

unsigned int authType
 
union {
   struct {
      char *   username
 
      char *   password
 
   }   userPass
 
   struct {
      char *   token
 
   }   authToken
 
authCodes
 

Detailed Description

Definition at line 78 of file redfishService.h.

Field Documentation

◆ authType

unsigned int enumeratorAuthentication::authType

Definition at line 79 of file redfishService.h.

◆ password

char* enumeratorAuthentication::password

Definition at line 83 of file redfishService.h.

◆ token

char* enumeratorAuthentication::token

Definition at line 86 of file redfishService.h.

◆ username

char* enumeratorAuthentication::username

Definition at line 82 of file redfishService.h.


The documentation for this struct was generated from the following file: