github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/cse/dedicated/v4/auth/results.go (about)

     1  package auth
     2  
     3  // CreateResp is the structure that represents the response of the API request.
     4  type CreateResp struct {
     5  	// The obtained user token is valid for 12 hours.
     6  	Token string `json:"token"`
     7  }